Skip to main content
PATCH
JavaScript

Authorizations

X-API-KEY
string
header
required

Headers

Tenant-ID
string

The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.

Body

application/json

Array of attributes to update. Each item must include an ID and may include name. key and type cannot be changed.

Required array length: 1 - 100 elements
id
string<uuid>
required

The UUID of the attribute to update.

Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string

The updated attribute name.

Example:

"Subscription Plan"

Response

Successful operation

Response containing updated attributes and any per-item issues identified by attribute ID.

updated
AdminAttribute · object[]
required

Array of successfully updated attributes.

issues
AdminIssue · object[]
required

Array of issues encountered during attribute update.