Docs

Update Attribute Option

PUT /eventAttributes/{attributeId}/options/{optionId}

PUT/eventAttributes/{attributeId}/options/{optionId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Updates an option on a Select or MultiSelect attribute. Renaming the value rewrites it across all stored values. Recoloring is free. Set isArchived to true to hide the option from new picks (existing values keep resolving), or false to unarchive it.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute that owns the option.
optionIdGuidRequiredThe option to update.

Request Body

FieldTypeRequiredDescription
valuestringRequiredOption value.
colorstringRequiredDisplay color.
isArchivedboolRequiredWhether the option is archived.