- 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>
13 lines
307 B
YAML
13 lines
307 B
YAML
tags:
|
|
- Conversations API
|
|
operationId: update-last-seen
|
|
summary: Update last seen
|
|
description: Updates the last seen time of the contact in a conversation
|
|
responses:
|
|
200:
|
|
description: Last seen updated successfully
|
|
401:
|
|
description: Unauthorized
|
|
404:
|
|
description: Conversation not found
|