Handle Comment Report
Space — Moderation
Handle Comment Report
Resolve a reported comment within a space
PATCH
Handle Comment Report
Resolves a filed report against a comment in a space. Requires the caller to be a moderator or admin of that space.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.
Path Parameters
UUID of the space.
UUID of the comment report to resolve.
Body Parameters
UUID of the reported comment. Used when performing
remove-comment.One or more actions to take. Must contain at least one value. Available actions:
"remove-comment"— marks the comment as removed via moderation"ban-user"— bans the target user from the space (requiresuserIdandreason)"dismiss"— dismisses the report without action (requiressummary; cannot be combined with other actions)
Summary of the action taken. Required when using
dismiss or any non-dismiss action.UUID of the user to ban. Required when
ban-user is included in actions.Reason for the ban. Required when
ban-user is included in actions.Response
Returns201 Created:
Error Responses
Report Not Found — 404
Report Not Found — 404
Report Not in Space — 404
Report Not in Space — 404
Comment Not Found — 404
Comment Not Found — 404
Comment Not in Space — 404
Comment Not in Space — 404
User Not Found — 404
User Not Found — 404
User Not a Member — 404
User Not a Member — 404
Invalid Action Combination — 400
Invalid Action Combination — 400
Missing Required Fields — 400
Missing Required Fields — 400
ban-user is used without userId or reason:
