diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-24 09:23:59 +0300 | 
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-24 09:23:59 +0300 | 
| commit | 99cf1ef9be93ebab04d088848804369e6295a76d (patch) | |
| tree | 94738e2bc0ee642db4abc4e65a9798782de59623 /docs | |
| parent | d3fb9e02cc0ce7dc462e587e639e117aaef5fbc5 (diff) | |
| parent | 17c237ba808d4356bb1e202e459680563b79ef99 (diff) | |
| download | pleroma-99cf1ef9be93ebab04d088848804369e6295a76d.tar.gz pleroma-99cf1ef9be93ebab04d088848804369e6295a76d.zip | |
Merge branch 'develop' into issue/1276
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/API/admin_api.md | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 6adeda07e..e64ae6429 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -170,7 +170,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret  - Params: none  - Response:    - On failure: `{"error": "…"}` -  - On success: JSON of the `user.info` +  - On success: JSON of the user  ## `POST /api/pleroma/admin/users/permission_group/:permission_group` @@ -180,7 +180,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret    - `nicknames`: nicknames array  - Response:    - On failure: `{"error": "…"}` -  - On success: JSON of the `user.info` +  - On success: JSON of the user  ## DEPRECATED `DELETE /api/pleroma/admin/users/:nickname/permission_group/:permission_group` @@ -189,7 +189,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret  - Params: none  - Response:    - On failure: `{"error": "…"}` -  - On success: JSON of the `user.info` +  - On success: JSON of the user  - Note: An admin cannot revoke their own admin status.  ## `DELETE /api/pleroma/admin/users/permission_group/:permission_group` @@ -200,7 +200,7 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret    - `nicknames`: nicknames array  - Response:    - On failure: `{"error": "…"}` -  - On success: JSON of the `user.info` +  - On success: JSON of the user  - Note: An admin cannot revoke their own admin status.  ## `PATCH /api/pleroma/admin/users/activate` | 
