Chatwoot/swagger/paths/application/inboxes/index.yml

21 lines
464 B
YAML
Raw Normal View History

2020-03-11 10:49:13 +00:00
get:
tags:
- Inboxes
2020-03-11 10:49:13 +00:00
operationId: listAllInboxes
summary: List all inboxes
description: List all inboxes available in the current account
parameters:
- $ref: '#/parameters/account_id'
2020-03-11 10:49:13 +00:00
responses:
200:
description: Success
schema:
type: array
description: 'Array of inboxes'
items:
$ref: '#/definitions/inbox'
2020-03-11 10:49:13 +00:00
404:
description: Inbox not found
403:
description: Access denied