PUT/teams/{id}.json
Updates a team
Edits the properties of the specified team.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"STATUS": "OK",
"team": {
"id": "1",
"name": "A Team",
"description": "the a team",
"handle": "a-team"
}
}