Organizations
Update an organization
Update an organization by providing its new details.
PATCH
/
orgs
/
{org}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
org
string
requiredThe 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
requiredThe UUID of the organization. Is unique.
handle
string
requiredThe handle of the organization. Is unique.
alias
string | null
requiredThe alias of the organization.
members
integer
requiredThe number of members of the organization.
spaces
integer
requiredThe number of spaces of the organization.
createdAt
string
requiredThe date and time when the organization was created.