Skip to content

๐Ÿ” Review Reported Content

Endpoint: POST /api/admin/forum/reports/{report_id}/review/
Auth Required: โœ… Yes (Admin / Moderator Bearer Token)
Content-Type: application/json


๐Ÿ“Œ Description

This endpoint allows administrators or moderators to review a reported forum thread or comment and take an official moderation decision.

Reviewing a report marks it as handled and determines whether the content is acceptable or violates community guidelines.

This step is mandatory before deleting, warning, or dismissing reports.


๐Ÿ” Authentication

Include a valid admin or moderator token in the request header:


๐Ÿ”— Path Parameter

Parameter Type Required Description
report_id UUID โœ… Report identifier

๐Ÿงพ Request Body

```json { "action": "approve", "remarks": "Content reviewed and found to be acceptable." }