Update an existing custom field by its ID
PUT
/
custom
/
fields
/
{customFieldId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customFieldId
string
requiredThe unique identifier of the custom field to be updated
Body
application/json
name
string
requiredMaximum length:
255
enabled
boolean
requiredrequired
boolean
requiredfieldType
enum<string>
requiredAvailable options:
text
, checkbox
, select
position
number
requiredvalidationRules
object
Optional validation rules for the custom field
Response
200 - application/json
id
string
requiredRequired string length:
36
key
string
requiredMaximum length:
255
name
string
requiredMaximum length:
255
enabled
boolean
requiredA flag indicating whether the custom field is active.
required
boolean
requiredA flag indicating whether the custom field is required.
fieldType
enum<string>
requiredAvailable options:
text
, checkbox
, select
position
number
requiredvalidationRules
object
Optional validation rules for the custom field
Was this page helpful?