PATCH
/
api
/
teams
/
{teamId}

Authorizations

Bearer API key
string
headerrequired

The API key used to authenticate requests, learn how to generate an API key on the Authentication page.

Path Parameters

teamId
string
required

Team ID, starting with tea_

Body

application/json
name
string

The name of the team.

slug
string

The unique slug of the team used is URLs in the FirstQuadrant app, e.g., https://firstquadrant.ai/my-team. If you change the slug, the team's URL will change.

Response

200 - application/json
id
string
required

The unique ID of the team, starting with tea_.

createdAt
string
required

The date and time the team was created.

updatedAt
string
required

The date and time the team was last updated.

name
string
required

The name of the team.

slug
string
required

The unique slug of the team used is URLs in the FirstQuadrant app, e.g., https://firstquadrant.ai/my-team.