Team creation
PUT/companies/:company-id/teams
Team creation
Request
- application/json
Body
required
name stringrequired
description string
Responses
- 200
the created 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...