Submit a report on a chat message
Submits a report flagging a message for review. The caller must be a member of the conversation and cannot report their own messages. If a report for this message already exists, the caller’s report is added to it (incrementing the reporter count). If the caller already reported this message, a 200 is returned without creating a duplicate.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
"spam", "harassment", "inappropriate").201 Created — new report submitted: { "message": "Report submitted.", "code": "report/created" }200 OK — added to existing report: { "message": "Report updated.", "code": "report/updated" }200 OK — already reported by this user: { "message": "Report already registered by this user.", "code": "report/already-reported" }Forbidden — 403
Not Found — 404
Self-Report — 400 Bad Request