Merge branch 'develop' into feature/return-total-for-reports

This commit is contained in:
Maxim Filippov 2019-09-16 14:40:17 +03:00
commit 219dca1b00
163 changed files with 6746 additions and 6867 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`