Skip to main content
PUT
Create or update a team

Authorizations

Authorization
string
header
required

OAuth 2.0. Obtain an access token via the Client Credentials or Authorization Code flow, then send it as Authorization: Bearer <token>.

Body

application/json

A team together with its parent team ID

parentId
string | null

The ID of the parent team, or null for a root team

id
string | null

The team's unique ID. Omit when creating a team by name.

name
string | null

The team's name

Response

OK