latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Tenants
Update tenant
Partial update of tenant attributes (name, description, email, protected). Owner-only.
put/tenants/{tenant_id}
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Request body
Example request
{
"description": "Production deployment for high-throughput streaming.",
"email": "alice@laserdata.com",
"name": "acme-corp",
"protected": true
}Response
Tenant updated