소스 검색

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


불러오는 중...
취소
저장