Skip to main content
PATCH
/
org
Update current organization
curl --request PATCH \
  --url https://api.open.cx/org \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "name": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string

The name of the organization.

Minimum string length: 1

Response

name
string
required

The name of the organization.

created_at
string | null
required

When the organization was created.

updated_at
string | null
required

When the organization was last updated.