Docs

Add Attribute Option

POST /eventAttributes/{attributeId}/options

POST/eventAttributes/{attributeId}/options

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.

Adds a new option to a Select or MultiSelect attribute.

Returns 201 Created.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute to add the option to.

Request Body

FieldTypeRequiredDescription
valuestringRequiredOption value.
colorstringRequiredDisplay color.