fields
Update field value
Updates an existing value (option) for a select-type field (SINGLE_SELECT, MULTI_SELECT, TAG). Only provided fields are updated, omitted fields remain unchanged.
STATUS fields are not supported. Status values are managed through the status lifecycle (not this endpoint) and cannot be updated here.
patch/entities/fields/{id}/values/{valueId}
Path parameters
idstring required
Field identifier (UUID for custom fields, API name for default fields).
valueIdstring uuid required
A universally unique identifier (UUID).
Example:123e4567-e89b-12d3-a456-426614174000
The ID of the field value to update.
Request body
Response
Field value created or updated successfully
Example response
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}