v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Users:v1:Custom Fields:Custom Field options

Create custom field option

Add new option for a specified custom field.The option will be added to the existing ones and will not overwrite them.Currently supports dropdown custom fields options.

post/users/v1/custom-fields/{customFieldId}/options

Path parameters

customFieldIdinteger required

The unique identifier of the custom field

The unique identifier of the custom field

Request body

valuestring required

The value to be added as the option

isDisabledboolean

Indicates if this option is disabled

Response

Successful Response

requestIdstring