16 lines
321 B
YAML
16 lines
321 B
YAML
|
tags:
|
||
|
- Inbox API
|
||
|
operationId: get-details-of-a-inbox
|
||
|
summary: Inbox details
|
||
|
description: Get the details of an inbox
|
||
|
security: []
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
$ref: '#/definitions/public_inbox'
|
||
|
401:
|
||
|
description: Unauthorized
|
||
|
404:
|
||
|
description: The given inbox does not exist
|