Skip to main content
POST
/
api
/
v1
/
user-defined-functions
/
updatable-fields
CheckUpdatableFields
curl --request POST \
  --url https://your-sift-api-url.com/api/v1/user-defined-functions/updatable-fields \
  --header 'Authorization: Bearer <token>'
{
  "allowedFields": "<string>",
  "disallowedFields": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

userDefinedFunctionId
string
required
updateMask
string
required

Response

A successful response.

allowedFields
string
required
disallowedFields
object
required

Disallowed Fields will contain the update fields as the key and the reason for rejection as the value.