Reports

https://docs.joinmastodon.org/methods/admin/reports/

Method Description Status Comments
GET /api/v1/admin/reports View all reports Fully supported.
GET /api/v1/admin/reports/:id View a single report Fully supported.
PUT /api/v1/admin/reports/:id Update a report Fully supported.
POST /api/v1/admin/reports/:id/assign_to_self Assign report to self Fully supported.
POST /api/v1/admin/reports/:id/unassign Unassign report Fully supported.
POST /api/v1/admin/reports/:id/resolve Mark report as resolved Fully supported.
POST /api/v1/admin/reports/:id/reopen Reopen a closed report Fully supported.