Workflows
Update a custom field
Updates properties on a custom field.
🔒 Requires: custom_fields:write scope
put/workflows/custom_fields/{customFieldId}
Path parameters
customFieldIdstring required
The ID of the custom field that you want to update.
Request body
Example request
{
"title": "My Custom Field"
}Response
A custom field definition.
Example response
{
"data": {
"id": "1239349157873029120",
"name": "my_custom_field",
"title": "My Custom Field"
}
}