diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 19:09:56 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 19:09:56 +0000 |
commit | ef2e2c5e1240c1e7eac677060e8ed4a6845815b5 (patch) | |
tree | f5ab90a3e00f8033de9a737f9050a1f050cc66cb /docs/api/admin_api.md | |
parent | 7318095657175ff05a09af83b981110a58026cf9 (diff) | |
parent | 219dca1b00a60805545dd3de433de285cc944af5 (diff) | |
download | pleroma-ef2e2c5e1240c1e7eac677060e8ed4a6845815b5.tar.gz pleroma-ef2e2c5e1240c1e7eac677060e8ed4a6845815b5.zip |
Merge branch 'feature/return-total-for-reports' into 'develop'
Admin API: Return total for reports
See merge request pleroma/pleroma!1628
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r-- | docs/api/admin_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index fd608c459..9362e3d78 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -317,6 +317,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret ```json { + "total" : 1, "reports": [ { "account": { |