POST/projects/{id}/teams.json
Creates a new Project-Specific Team
Creates a project-specific team using the provided properties.
Path Params
- Name
id
- Type
- string
- required
- Description
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"
}
}