Skip to main content
PATCH
JavaScript

Authorizations

X-API-KEY
string
header
required

Body

application/json

Array of tenants to update. Each item must include an ID and at least one of customerId or name.

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

The UUID of the tenant to update.

Example:

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

customerId
string

New external customer ID.

Maximum string length: 255
Example:

"customer_12345"

name
string

New display name for the tenant.

Maximum string length: 255
Example:

"Acme Corporation"

Response

Successful operation

Response containing updated tenants and any issues.

updated
AdminTenant · object[]
required

Array of successfully updated tenants.

issues
AdminIssue · object[]
required

Array of issues encountered during update.