> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Tenant

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.

<OpenAPIPlayground endpoint="/api/v1/tenants/{tenant_id}" method="PUT" />
