Skip to main content
PUT
Create or update a team

Authorizations

Authorization
string
header
required

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

Body

application/json
manifest
TeamManifest · object
required

The team manifest describing the team to create or update.

dryRun
boolean | null
default:false

When true, validate the request without persisting any changes.

Response

The created or updated team.

data
Team · object
required

The requested team.