diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-06-03 19:10:11 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-06-03 19:17:05 +0400 |
commit | c16315d055d07206dddb228583956d5b718ecdd4 (patch) | |
tree | efb2b005f9259629c22d473550413908a1efff7d /docs/API/admin_api.md | |
parent | 9d572f2f66d600d77cf74e40547dea0f959fe357 (diff) | |
download | pleroma-c16315d055d07206dddb228583956d5b718ecdd4.tar.gz |
Add OpenAPI spec for AdminAPI.ReportController
Diffstat (limited to 'docs/API/admin_api.md')
-rw-r--r-- | docs/API/admin_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 639c3224d..92816baf9 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -547,7 +547,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret ```json { - "totalReports" : 1, + "total" : 1, "reports": [ { "account": { @@ -768,7 +768,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret - 400 Bad Request `"Invalid parameters"` when `status` is missing - On success: `204`, empty response -## `POST /api/pleroma/admin/reports/:report_id/notes/:id` +## `DELETE /api/pleroma/admin/reports/:report_id/notes/:id` ### Delete report note |