Team creation
PUT/companies/:company_id/teams
Team creation
Request
- application/json
Body
name stringrequired
description string
Responses
- 200
the created team
- application/json
- Schema
- Example (from schema)
Schema
name stringrequired
descritpion string
{
"name": "interns",
"descritpion": "a team of interns"
}
Loading...