v1
latestOpenAPI 3.1.02026-07-261690320.7 KBUpdate team
Update an existing team
put/teams/{team_id}
Path parameters
team_idinteger required
Unique ID of the team
Request body
Example request
{
"name": "Backend developers",
"responsibilities": [
{
"type": "code_repository",
"id": 2
},
{
"type": "code_repository",
"id": 5
}
]
}Response
The team has been successfully updated
Example response
{
"status": "ok"
}