v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
customFields

Updates a custom field selection option for an existing custom field definition.

<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:write permissions.</Check>

put/customfielddefinitions/{customFieldDefinitionId}/selectionoptions/{selectionOptionId}

Path parameters

customFieldDefinitionIdstring uuid required

The id of the custom field definition containing the selection option.

selectionOptionIdstring uuid required

The id of the selection option to update.

Headers

Authorizationstring required

Bearer authentication

Request body

valuestring required

The selection value which can be used in a select custom field.

color'red' | 'orange' | 'yellow' | 'green' | 'cyan' | 'blue' | 'indigo' | 'purple' | 'steel'

The color of the selection option.

ordernumber double required

The order of the custom field selection option.

Response

OK

idstring uuid

The id of the custom field selection option.

valuestring required

The selection value which can be later used in a select custom field.

color'red' | 'orange' | 'yellow' | 'green' | 'cyan' | 'blue' | 'indigo' | 'purple' | 'steel'

The color of the selection option.

ordernumber double

The order of the custom field selection option.