Update tenant metadata
PATCH/v1/tenants/:tenantID
Requires scope tenants:write. Updates editable metadata
(display_name, environment). Omitted fields are left unchanged; an
empty string clears the field.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Updated tenant.
Invalid request.
Missing or invalid developer key.
Key lacks the required scope (insufficient_scope).
Resource not found in the key's organization.