cURL
curl --request POST \ --url https://your-sift-api-url.com/api/v1/user-defined-functions/updatable-fields \ --header 'Authorization: Bearer <token>'
{ "allowedFields": "<string>", "disallowedFields": {} }
Check if given update paths are allowed to update for the user defined function
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Disallowed Fields will contain the update fields as the key and the reason for rejection as the value.
Show child attributes
Was this page helpful?