Skip to main content
PATCH
Partially update tenant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
string
required

Unique identifier of the tenant.

Example:

"tnt_cx0o4i8f0g950ul9gijig905"

Body

application/json

Request body used to partially update an existing tenant resource.

Request body used to partially update an existing tenant resource.

name
string

Tenant name.

Required string length: 1 - 255
Example:

"My Acme Corp"

description
string

Detailed tenant description.

Example:

"A leading provider of business solutions."

media
object[]

Media attachment commands for an owning resource.

Response

Default Response

Standard success response payload wrapped in a data property.

data
object
required

Tenant resource returned by the API.