- Create a new endpoint to fetch a single conversation in client apis - Create a new endpoint to resolve a single conversation in client apis - Update swagger API definition to include missing endpoints Fixes: #6329 Co-authored-by: Cristian Duta <Cristian.Duta@ti8m.ch>
15 lines
354 B
YAML
15 lines
354 B
YAML
tags:
|
|
- Conversations API
|
|
operationId: resolve-conversation
|
|
summary: Resolve a conversation
|
|
description: Marks a conversation as resolved
|
|
responses:
|
|
200:
|
|
description: Conversation resolved successfully
|
|
schema:
|
|
$ref: '#/definitions/public_conversation'
|
|
401:
|
|
description: Unauthorized
|
|
404:
|
|
description: Conversation not found
|