Update the organization name

View as Markdown

Renames the organization scoped by the API key. Requires the owner role. The name is what shows up in dashboards, invoices, and the org switcher.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Request

This endpoint expects an object.
namestringRequired>=1 character
The new organization name.

Response

Organization renamed.
successbooleanOptional
namestringOptional

Errors

400
Bad Request Error