diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-15 14:07:07 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-15 14:22:15 +0300 |
commit | 8751809e1e96644a4d38694504622d2115966230 (patch) | |
tree | 3e1a969100bbf8a75f37c7e10d48ca97eb381db2 /docs/api/admin_api.md | |
parent | 39f99dc6cd9295e1b62b27ed1566d53c8c0291fc (diff) | |
parent | 9c64a25713790fefa8b5c419aeadf55113c17073 (diff) | |
download | pleroma-8751809e1e96644a4d38694504622d2115966230.tar.gz |
Merge branch 'develop' into support/tests
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r-- | docs/api/admin_api.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index d79c342be..fd608c459 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -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` |