diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2019-05-16 01:48:53 +0300 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2019-05-16 01:48:53 +0300 |
commit | 107c83ab2b186c951dc27140908d414a202119d8 (patch) | |
tree | ce3ff2795c3400f7e0c42462cc3ea4d5886e29db /docs/api/admin_api.md | |
parent | 0641e685c166859fe2d5994bfcd069e0a8e62acf (diff) | |
download | pleroma-107c83ab2b186c951dc27140908d414a202119d8.tar.gz |
Note that nicknames is an array
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r-- | docs/api/admin_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index 94fce9c6f..59578f8d1 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -107,14 +107,14 @@ Authentication is required and the user must be an admin. - Method: `PUT` - Params: - `nicknames` (array) - - `tags` + - `tags` (array) ### Untag a list of users - Method: `DELETE` - Params: - `nicknames` (array) - - `tags` + - `tags` (array) ## `/api/pleroma/admin/users/:nickname/permission_group` |