Files
leadchat/swagger/paths/public/inboxes/conversations/toggle_typing.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

19 lines
442 B
YAML

tags:
- Conversations API
operationId: toggle-typing-status
summary: Toggle typing status
description: Toggles the typing status in a conversation
parameters:
- name: typing_status
in: query
required: true
type: string
description: Typing status, either 'on' or 'off'
responses:
200:
description: Typing status toggled successfully
401:
description: Unauthorized
404:
description: Conversation not found