PATCH
/
orgs
/
{org}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

org
string
required

The handle of the organization.

Body

application/json
handle
string

The new handle of the organization. Must be unique.

alias
string | null

The new alias of the organization.

Response

200 - application/json
id
string
required

The UUID of the organization. Is unique.

handle
string
required

The handle of the organization. Is unique.

alias
string | null
required

The alias of the organization.

members
integer
required

The number of members of the organization.

spaces
integer
required

The number of spaces of the organization.

createdAt
string
required

The date and time when the organization was created.