cURL
curl --request POST \ --url https://backend.blox.report/v1/reports/{id}/undo \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "moderator": { "id": "<string>", "platform": "roblox" } } '
{ "success": true, "data": { "message": "<string>", "newMessageId": "<string>", "reports": [ "<string>" ], "moderator": { "id": "<string>", "username": "<string>" }, "hideUsername": true } }
Requires permissions: reports.handle_reports
API key and secret as key:secret in Authorization header.
key:secret
Show child attributes
Report actions undone and re-queued