forked from AkkomaGang/akkoma
Merge branch 'fix/admin-api-docs' into 'develop'
Fix admin api docs for creating users See merge request pleroma/pleroma!1660
This commit is contained in:
commit
5ca643b80d
1 changed files with 7 additions and 3 deletions
|
@ -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: User’s nickname
|
||||
|
||||
## `/api/pleroma/admin/users/follow`
|
||||
|
|
Loading…
Reference in a new issue