PATCH
/
api
/
v1
/
tenants
/
{id}
{
  "id": "<string>",
  "domain": "<string>",
  "name": "<string>",
  "workspaceID": "<string>",
  "isDefault": true,
  "status": "ACTIVE",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Path Parameters

id
string
required

Tenant ID

Body

application/json

Response

200
application/json

Tenant updated

The response is of type object.