aboutsummaryrefslogtreecommitdiff
path: root/docs/api/admin_api.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-04-08 16:29:20 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-04-08 16:29:20 +0700
commita1a854646e96598473ed7a323e034cf1f88ca508 (patch)
tree4a427437c7c444fdfd2bb99dc012a7008d9bb0fe /docs/api/admin_api.md
parent1c2e4f88d1a707791818014f8bcdedd986c2fa75 (diff)
parentfb2040d06199f2f4190ff363da54d6fcfa87ff69 (diff)
downloadpleroma-a1a854646e96598473ed7a323e034cf1f88ca508.tar.gz
Merge branch 'develop' into use-jobs-in-webpush
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r--docs/api/admin_api.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md
index 53b68ffd4..86cacebb1 100644
--- a/docs/api/admin_api.md
+++ b/docs/api/admin_api.md
@@ -58,6 +58,26 @@ Authentication is required and the user must be an admin.
- `password`
- Response: User’s nickname
+## `/api/pleroma/admin/user/follow`
+### Make a user follow another user
+
+- Methods: `POST`
+- Params:
+ - `follower`: The nickname of the follower
+ - `followed`: The nickname of the followed
+- Response:
+ - "ok"
+
+## `/api/pleroma/admin/user/unfollow`
+### Make a user unfollow another user
+
+- Methods: `POST`
+- Params:
+ - `follower`: The nickname of the follower
+ - `followed`: The nickname of the followed
+- Response:
+ - "ok"
+
## `/api/pleroma/admin/users/:nickname/toggle_activation`
### Toggle user activation