Updates a custom field selection option for an existing custom field definition.
<Check title="Required Permissions">The user must be an admin or have `project-manage-config:write` permissions.</Check>
Path parameters
customFieldDefinitionId
The id of the custom field definition.
selectionOptionId
The id of the selection option.
Request
The form to update the custom field 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
id
The id of the custom field definition.
name
The name of the custom field definition.
entity
The entity the custom field definition can be linked to.
Allowed values:
type
The type of the custom field definition.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
order
If it's a project custom field, it's the global order of the custom field definition.
Otherwise, it's the order of the custom field definition within a project template or a project.
isExternal
True if this entity is coming from an external workspace (awork Connect).