Mark a specific analytics conversation session as reviewed.
POST
Path: /api/v1/conversations/{sessionId}/review
Parameter | Type | Description |
---|---|---|
sessionId | string | The unique identifier of the conversation session. |
200 OK
with a JSON body: {"message": "Conversation marked as reviewed successfully."}
404 Not Found
if session doesn’t exist, 500 Internal Server Error
for other issues).