fabc6c87af
Made the swagger documentation urls short and readable.
19 lines
488 B
YAML
19 lines
488 B
YAML
post:
|
|
tags:
|
|
- Conversation
|
|
operationId: conversationUpdateLastSeen
|
|
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
|
|
description: id of the conversation
|
|
required: true
|
|
responses:
|
|
200:
|
|
description: Success
|
|
404:
|
|
description: Contact not found
|
|
403:
|
|
description: Access denied
|