2020-02-23 19:21:31 +00:00
|
|
|
post:
|
2020-03-03 19:11:21 +00:00
|
|
|
tags:
|
2022-04-05 10:35:49 +00:00
|
|
|
- Conversations
|
2020-03-03 19:11:21 +00:00
|
|
|
operationId: conversationUpdateLastSeen
|
2020-02-23 19:21:31 +00:00
|
|
|
summary: Update Last Seen
|
|
|
|
description: Updates the last seen of the conversation so that conversations will have the bubbles in the agents screen
|
|
|
|
parameters:
|
|
|
|
- name: id
|
|
|
|
in: path
|
|
|
|
type: number
|
2021-05-20 15:16:45 +00:00
|
|
|
description: ID of the conversation
|
2020-02-23 19:21:31 +00:00
|
|
|
required: true
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
404:
|
|
|
|
description: Contact not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|