POST/teams.json
Creates a new Team
Creates a team using the provided properties.
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "1",
"STATUS": "OK",
"team": {
"id": "1",
"name": "A Team",
"description": "the a team",
"handle": "a-team"
}
}