Custom Fields

Create workspace custom field

Create a new custom field definition for a workspace

post/workspace/{workspace_id}/custom-fields

Path parameters

workspace_idstring uuid required

Workspace ID

Request body

field_labelstring required

Display label (1-100 characters)

field_namestring

Optional machine-readable name (auto-generated from label if not provided)

is_presetboolean

If true, field has a preset value for all users

preset_valuestring

Preset value (max 500 characters, only used when is_preset=true)

Response

Custom field created 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.