v1

latestOpenAPI 3.0.02026-07-2452762.3 KB
Custom Fields

/customfields

Create a custom field (maximum total allowed per workspace: 100)

Body

  • name - the name of the custom field

  • description - the description of the custom field

  • type - the type of the custom field

  • values - the values of a single-select or multi-select custom field

post/v1/customfields

Request body

namestring

The name of the custom field

descriptionstring

The description of the custom field

type'single-select' | 'multi-select' | 'plain-text' | 'date'

The type of custom field

valuesstring[]

The values of the custom field

Response

Custom field created successfully

idstring
namestring
descriptionstring
type'single-select' | 'multi-select' | 'plain-text' | 'date'

The type of custom field