cURL
Tenants
Update a tenant
Update a tenant’s name, metadata, or status. At least one field is required.
Metadata is replaced entirely—include all keys you want to keep.
PATCH
cURL
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Body
application/json
Display name for the tenant
Required string length:
1 - 100Example:
"Acme Corporation"
Custom key-value pairs. Useful for storing references to your internal systems.
Limits:
- Max 50 keys
- Key names max 40 characters
- String values max 500 characters
- Total size max 8KB
Example:
{
"plan": "pro",
"internalId": "cust_12345",
"region": "us-west"
}Tenant status
Available options:
active, suspended, archived Example:
"active"
