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

descriptionstring
emailstring
namestring
protectedboolean nullable

Optional. Toggle deletion hardening for this tenant. When true, future DELETE calls must include a one-time confirmation code emailed to the tenant address (request via PUT /tenants/{tenant_id}/request_code with action = "delete_tenant"). Leave unset to keep the current value.

Example request

{
  "description": "Production deployment for high-throughput streaming.",
  "email": "alice@laserdata.com",
  "name": "acme-corp",
  "protected": true
}

Response

Tenant updated