Files
leadchat/swagger/paths/teams/index.yml
2021-05-31 10:58:43 +05:30

16 lines
323 B
YAML

tags:
- Teams
operationId: list-all-teams
summary: List all teams
description: List all teams available in the current account
responses:
200:
description: Success
schema:
type: array
description: 'Array of teams'
items:
$ref: '#/definitions/team'
401:
description: Unauthorized