Skip to content

Update organization

PATCH
/v1/orgs/{org}
org
required
string

Organization public ID

Request to update an organization

object
name

The display name of the organization.

string | null
Example
Acme Corporation

Organization updated

Response for organization operations

object
created_at
required

When the organization was created

string format: date-time
id
required

External identifier (org_<32-hex-chars>)

string
name
required

Display name

string
updated_at
required

When the organization was last updated

string format: date-time

Organization not found

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string