Chore: Update Swagger API docs (#608)

This commit is contained in:
Pranav Raj S
2020-03-11 16:19:13 +05:30
committed by GitHub
parent a5b1e2b650
commit 260e40831a
23 changed files with 1014 additions and 463 deletions

View File

@@ -0,0 +1,17 @@
get:
tags:
- Inbox
operationId: listAllInboxes
summary: List all inboxes
description: List all inboxes available in the current account
responses:
200:
description: Success
schema:
type: array
description: 'Array of inboxes'
$ref: '#/definitions/inbox'
404:
description: Inbox not found
403:
description: Access denied