Skip to main content
PATCH
Update a custom field
Use this endpoint to update an existing custom field value.

Path parameters

Request body

Behavior

  • The new value is validated against the field definition’s data type
  • For enum fields, the value must match one of the definition’s configured options
  • The updated_by user is recorded for audit purposes
  • Update pathway tracking records the source of the change

Authorizations

Authorization
string
header
required

Use a Terminal49 API key in the Authorization header with the Token prefix.

Authorization: Token YOUR_API_KEY

Path Parameters

id
string
required

Custom field ID

Body

application/json
data
object

Response

200 - application/json

OK

data
Custom field · object