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