18 lines
407 B
YAML
18 lines
407 B
YAML
tags:
|
|
- Messages
|
|
operationId: list-all-messages
|
|
summary: Get messages
|
|
description: List all messages of a conversation
|
|
responses:
|
|
200:
|
|
description: Success
|
|
type: array
|
|
description: Array of messages
|
|
schema:
|
|
allOf:
|
|
- $ref: '#/definitions/generic_id'
|
|
- $ref: '#/definitions/message'
|
|
404:
|
|
description: Conversation not found
|
|
401:
|
|
description: Unauthorized
|