Appearance
Update a tenant account​
PUT
/admin/api/accounts/{tenantId}
Updates tenant identity, owner, status, plan, and tenant-wide limits. Lowering limits does not delete data. Plan changes do not rewrite limits.
Authorizations​
AdminSession
Authenticated backend-admin session cookie.
Type
API Key (cookie: connect.sid)
Request Body​
application/json
JSON
"string"
Responses​
Account updated
application/json
JSON"ok": true,"account": "string"
{
 Â
 Â
}