Skip to main content
Update a tenant’s information by its tenant ID.
  • Method: PUT
  • Path: /api/v1/tenants/{tenant_id}

Path Parameter

  • tenant_id (integer, required): The ID of the tenant

Request Body

Refer to the TenantUpdate schema in the OpenAPI playground.

Response

Returns a Tenant object on success.