latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Update team

Update a team with a new name or name. Note that updating the team with a new name will cause all your URLs to change!

put/teams/{name}

Path parameters

namestring required

The name of the team to update

The name of the team to update

Request body

$schemastring uri

A URL to the JSON Schema for this object.

execution_region'eu-central-1' | 'us-east-1' | 'us-west-2' | 'eu-west-1' | 'ap-northeast-1' | 'ap-southeast-2'

The execution region for runs

namestring nullable required

The name of the team to update. This is optional, if you supply null it will not update the team name.

Example request

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateTeamParams.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateTeamResponse.json"
}