diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-06-04 14:50:20 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-06-04 14:50:20 +0300 |
commit | f90233576bab0f98524d3b3042a946342bba317a (patch) | |
tree | 090fc1d6c43c44c4aff448a5d6d8b27f5fdab517 /docs/API | |
parent | 55a94970d4452ae8ca97879edb0e8ec591fc1e99 (diff) | |
parent | d6693a91028ab3ee7865f530f3ad2532542fc2d2 (diff) | |
download | pleroma-f90233576bab0f98524d3b3042a946342bba317a.tar.gz |
Merge branch 'develop' into refactor/fe-bundles
Diffstat (limited to 'docs/API')
-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 |