Chatwoot/swagger/paths/teams/index.yml

15 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