Account
Update the organization name
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.
put/account/update-org-name
Request body
Example request
{
"name": "Acme Inc."
}Response
Organization renamed.
Example response
{
"success": true,
"name": "Acme Inc."
}