curl --request POST \
--url https://api.siftstack.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
curl --request POST \
--url https://api.siftstack.com/api/v1/user-defined-functions/updatable-fields \
--header 'Authorization: Bearer <token>'{
"allowedFields": "<string>",
"disallowedFields": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?