Chatwoot/swagger/paths/application/teams/index.yml

16 lines
323 B
YAML
Raw Normal View History

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