Docs
Update Event Attribute
PUT /eventAttributes/{attributeId}
PUT
/eventAttributes/{attributeId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| attributeId | Guid | Required | The attribute to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | New display name for the attribute. |