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
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateTeamParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateTeamResponse.json"
}