aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-06-04 14:50:20 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-06-04 14:50:20 +0300
commitf90233576bab0f98524d3b3042a946342bba317a (patch)
tree090fc1d6c43c44c4aff448a5d6d8b27f5fdab517 /docs/API
parent55a94970d4452ae8ca97879edb0e8ec591fc1e99 (diff)
parentd6693a91028ab3ee7865f530f3ad2532542fc2d2 (diff)
downloadpleroma-f90233576bab0f98524d3b3042a946342bba317a.tar.gz
Merge branch 'develop' into refactor/fe-bundles
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API/admin_api.md4
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