chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level
This commit is contained in:
19
swagger/paths/application/conversation/update_last_seen.yml
Normal file
19
swagger/paths/application/conversation/update_last_seen.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user