Docs

Update Event Attribute

PUT /eventAttributes/{attributeId}

PUT/eventAttributes/{attributeId}

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.

Renames an existing event attribute. The attribute type is immutable and cannot be changed. Editing affects all events using this attribute.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name for the attribute.