chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level
This commit is contained in:
15
swagger/paths/application/teams/index.yml
Normal file
15
swagger/paths/application/teams/index.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user