Rename or suspend a casino
PATCH/admin/tenants/:id
Suspending makes every server-to-server request from that casino answer 403
with a specific code, so their backend stops retrying rather than hammering
the instance.
The id in the path must be the casino in X-Tenant-Id, and the id itself is
not editable: it is already in events, webhooks and audit records.
Permission: tenants.write
Request
Responses
- 200
- 400
- 401
- 403
- 404
Updated
X-Tenant-Id is missing, the body is malformed, or the status is not one of the accepted values
No session cookie, or it expired
The role lacks tenants.write, or the caller is not a member of this casino
No such casino, or the path id does not match the active one