Rename the current organization
Renames the caller’s organization. Body: { name: string } (min length 1); name is the only mutable field — the slug (tenant key) is immutable. Authorization: organization administrators only. Returns 400 on an invalid body or 404 if the organization cannot be resolved.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Response
The renamed organization.
organization