瀏覽代碼

Document the admin API endpoints for controlling follow/unfollow

tags/v1.1.4
Mark Felder 5 年之前
父節點
當前提交
da64a5aece
共有 1 個檔案被更改,包括 20 行新增0 行删除
  1. +20
    -0
      docs/api/admin_api.md

+ 20
- 0
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


Loading…
取消
儲存