Docs
authorMaxim Filippov <colixer@gmail.com>
Sun, 8 Dec 2019 08:29:33 +0000 (11:29 +0300)
committerMaxim Filippov <colixer@gmail.com>
Sun, 8 Dec 2019 08:29:33 +0000 (11:29 +0300)
docs/API/admin_api.md

index e51fad2cb01f41e62320d21ca837fea129284cef..98efbf9c9cd93e22ed842f7b1bb60253049f4506 100644 (file)
@@ -609,16 +609,28 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret
 
 ## `POST /api/pleroma/admin/reports/:id/notes`
 
-### Create report note
+### Create report note
 
 - Params:
-  - `id`
+  - `id`: required, report id
   - `content`: required, the message
 - Response:
   - On failure:
     - 400 Bad Request `"Invalid parameters"` when `status` is missing
   - On success: `204`, empty response
 
+## `POST /api/pleroma/admin/reports/:report_id/notes/:id`
+
+### Delete report note
+
+- Params:
+  - `report_id`: required, report id
+  - `id`: required, note id
+- Response:
+  - On failure:
+    - 400 Bad Request `"Invalid parameters"` when `status` is missing
+  - On success: `204`, empty response
+
 ## `PUT /api/pleroma/admin/statuses/:id`
 
 ### Change the scope of an individual reported status