Skip to main content
PATCH
Update team

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

teamId
string
required

The unique identifier of the team to update.

Body

application/json
name
object
required

An object representing the new name for the team.

parentTeamId
object
required

An object representing the ID of the parent team to which this team will be associated.

Response

successful operation

id
string
required

The unique identifier for the team, represented as a string.

name
string
required

The name of the team, represented as a string.

parentTeamId
string

The unique identifier of the parent team, if applicable, represented as a string.

Last modified on August 3, 2026