Fix admin api docs for creating users

develop
Angelina Filippova 2019-09-13 03:31:16 +00:00 committed by kaniini
parent 51609217c2
commit 528a88a686
1 changed files with 7 additions and 3 deletions

View File

@ -60,9 +60,13 @@ Authentication is required and the user must be an admin.
- Method: `POST`
- Params:
- `nickname`
- `email`
- `password`
`users`: [
{
`nickname`,
`email`,
`password`
}
]
- Response: Users nickname
## `/api/pleroma/admin/users/follow`