c54aae21ff
- Move agent availability to the account level
15 lines
323 B
YAML
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
|