Team update
PATCH/companies/:companyID/:companyId/teams/:teamName
Team update
Request
Path Parameters
teamName stringrequired
- application/json
Body
name stringrequired
description string
Responses
- 200
updated team
- application/json
- Schema
- Example (from schema)
Schema
name stringrequired
descritpion string
{
"name": "interns",
"descritpion": "a team of interns"
}
Loading...