Path parameters
customFieldDefinitionIdstringRequiredformat: "uuid"
The id of the custom field definition to add a selection option to.
Request
The model describing the selection option to create.
valuestringRequired1-255 characters
The selection value which can be used in a select custom field.
orderdoubleRequired
The order of the custom field selection option.
colorenum or nullOptional
The color of the selection option.
Response
OK
valuestring>=1 character
The selection value which can be later used in a select custom field.
idstringformat: "uuid"
The id of the custom field selection option.
colorenum or null
The color of the selection option.
orderdouble
The order of the custom field selection option.