diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-03-06 05:01:38 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-03-06 05:01:38 +0300 |
commit | 76160122f6d7bf52aee929328acb4d216e4c3504 (patch) | |
tree | a352f6892e6fd269517716569f3b69146300603b | |
parent | 2d30fc279f2a3a5af68918c32c474a2fe8eaf664 (diff) | |
download | pleroma-76160122f6d7bf52aee929328acb4d216e4c3504.tar.gz |
Keep heading short
-rw-r--r-- | docs/Admin-API.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Admin-API.md b/docs/Admin-API.md index 64e112f9b..2edb31f3c 100644 --- a/docs/Admin-API.md +++ b/docs/Admin-API.md @@ -2,12 +2,12 @@ Authentication is required and the user must be an admin. -## `/api/pleroma/admin/users?query={query}&only_local={only_local}&page={page}&page_size={page_size}` +## `/api/pleroma/admin/users` ### List users - Method `GET` -- Params: +- Query Params: - `query`: **string** *optional* search term - `local_only`: **bool** *optional* whether to return only local users - `page`: **integer** *optional* page number |