Files
leadchat/swagger/paths/public/inboxes/conversations/toggle_status.yml
CristianDuta ebae547a60 feat: Add ability to resolve API channel conversations (#8348)
- 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>
2024-02-21 17:41:20 +05:30

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