Team update
PATCH/companies/:company_id/teams/:team_name
Team update
Request
Path Parameters
team_name 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...