chore: Add API documentation for teams (#2221)
Add API documentation for teams
This commit is contained in:
14
swagger/paths/teams/index.yml
Normal file
14
swagger/paths/teams/index.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
$ref: '#/definitions/team'
|
||||
401:
|
||||
description: Unauthorized
|
||||
Reference in New Issue
Block a user