Update a dataobject custom field
Custom fields
Update a dataobject custom field
Partial update of a definition. Only definitions targeting data objects are reachable here — any other identifier returns a 404.
Required scope tenant:edit
patch
/data/custom-fields/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the definition.
Bodyapplication/json
namestringLabel of the field.
descriptionstringHelp text shown next to the field.
iconstringIcon of the field.
optionsobject[]Options offered.
Response200 · application/json
The updated definition.
idstring<uuid>requiredIdentifier of the definition.
namestringrequiredLabel of the field.
typeenum<string>requiredType of the field, which determines the shape of its values.
Available options: text, select, multi_select, date
descriptionstring | nullHelp text shown next to the field.
optionsobject[]Available options, for `select` and `multi_select` fields.