PATCH
/
orgs
/
{org}

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

The handle of the organization.

Required string length: 1 - 50

Body

application/json
alias
string | null

The new alias of the organization.

Required string length: 1 - 100
handle
string

The new handle of the organization. Must be unique.

Required string length: 1 - 50

Response

200 - application/json
alias
string | null
required

The alias of the organization.

createdAt
string
required

The date and time when the organization was created.

handle
string
required

The handle of the organization. Is unique.

id
string
required

The UUID of the organization. Is unique.

members
integer
required

The number of members of the organization.

spaces
integer
required

The number of spaces of the organization.