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>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
customFieldDefinitionId
The id of the custom field definition containing the selection option.
selectionOptionId
The id of the selection option to update.
Request
The model describing the updated selection option.
value
The selection value which can be used in a select custom field.
order
The order of the custom field selection option.
color
The color of the selection option.
Response
OK
value
The selection value which can be later used in a select custom field.
order
The order of the custom field selection option.
id
The id of the custom field selection option.
color
The color of the selection option.

