Custom Fields

Update workspace custom field

Update an existing custom field definition

put/workspace/{workspace_id}/custom-fields/{field_id}

Path parameters

workspace_idstring uuid required
field_idstring uuid required

Request body

field_labelstring
is_presetboolean
preset_valuestring

Response

Custom field updated successfully

idstring uuid required

Unique identifier

field_namestring required

Machine-readable field name (auto-generated from label)

field_labelstring required

Human-readable display label

is_presetboolean

If true, this field has a preset value for all users

preset_valuestring nullable

Preset value (only used when is_preset=true)

created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.