diff options
author | feld <feld@feld.me> | 2019-11-18 16:16:27 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-11-18 16:16:27 +0000 |
commit | 06151776c0c2c529a1bd3b4866162794c141e95f (patch) | |
tree | fd4738838cf4d9b293c1f5f951e56c1dd82597e7 | |
parent | 4df2d64b9f3fc9c7acbdd97113ce963e0bbe8134 (diff) | |
parent | adacf1b5e12ea15b740d77891059a94d9fa4f503 (diff) | |
download | pleroma-06151776c0c2c529a1bd3b4866162794c141e95f.tar.gz |
Merge branch 'docs/remove_activation_status_endpoint' into 'develop'
Remove deprecated endpoint from docs that is fully removed from backend now
See merge request pleroma/pleroma!1992
-rw-r--r-- | docs/API/admin_api.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 9d914c9a6..f64983a90 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -235,14 +235,6 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret } ``` -## DEPRECATED `PATCH /api/pleroma/admin/users/:nickname/activation_status` - -### Active or deactivate a user - -- Params: - - `nickname` - - `status` BOOLEAN field, false value means deactivation. - ## `GET /api/pleroma/admin/users/:nickname_or_id` ### Retrive the details of a user |