diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-10-20 13:42:42 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-10-20 13:42:42 +0300 |
commit | e8843974cb9b8adfe8798bb8f7ff17b7a92f5ab8 (patch) | |
tree | cdcb40f5c2ce16cf2332b679a91f3e42f3c41f73 /docs/API | |
parent | 10ff01acd95d42314b4eb923e5b7a7191356b73e (diff) | |
download | pleroma-e8843974cb9b8adfe8798bb8f7ff17b7a92f5ab8.tar.gz |
[#1304] Moved remaining fields from User.Info to User.
Misc. fixes / improvements.
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 ee9e68cb1..b56f53967 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -160,7 +160,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 ### Remove user from permission group @@ -168,7 +168,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. ## `/api/pleroma/admin/users/:nickname/activation_status` |