Change conversation status (Open/Close)
PATCH/api/v2/conversation/change-status/:conversationId
Updates the status of a specific conversation to either "OPEN" or "CLOSED".
Capabilities:
- Close: Set status to
CLOSE. - Close with Note: Set status to
CLOSEand provide acomment. - Re-open: Set status to
OPEN.
Request
Responses
- 200
Conversation status updated successfully.