Refresh
Refresh copied to clipboard
API access for Grief Reports
part of V4 or doesnt matter?
If it's a good implementation it will be the same in V4. Pretend it doesn't exist.
GET /admin/reports?status=pending&type=violence&page=1&limit=20 - maybe additional ?last=23000 to only see last x ms
GET /admin/reports/{id}
GET /admin/reports/by/{uuid}
GET /admin/reports/with/{uuid}
GET /admin/reports/stats
PUT /admin/reports/{id}/status
DELETE /admin/reports/{id}
POST maybe some bulk edit endpoint
then idk /reports/me?status=pending&page=1&limit=20 to see ur reports