Sends a read receipt for a conversation.
POST/chat-gateway/v1/conversations/:conversationId/read-receipt
Sends a read receipt to the Chalet room associated with the given conversation, indicating that all messages up to the given timestamp have been read. Requires an authorType of either 'user' or 'bot'. The 'user' authorType is only allowed for CHAT_API channels.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
- default
No Content
Contains a descriptive response for a bad request that is due to data validation.
Contains a description of the error.
Contains a descriptive response.
Contains a descriptive information.
Contains a description of the error.
Contains a description of the error.