Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
PATCH /v1/admin/tenants/{slug} performs a partial update on mutable tenant fields. Only the fields included in the request body are changed. Automatically invalidates the TenantMiddleware Valkey cache so changes take effect on the next request.
Path parameters
The tenant slug (e.g.
acme-bank).Request
All fields are optional — include only the ones you want to change.New human-readable tenant name.
New billing tier. One of:
pilot · enterprise · enterprise_plusCustom domain for this tenant’s console (e.g.
portal.acmebank.com).Response
Returns the full updated tenant record. SeeGET /v1/admin/tenants/{slug} for field descriptions.
Examples
Error responses
| Code | Reason |
|---|---|
404 | No tenant found with that slug |
422 | Invalid tier value |

