summary refs log tree commit diff
path: root/docs/admin_api/statistics.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-01-31 17:24:29 +0100
committerGitHub <noreply@github.com>2022-01-31 16:24:29 +0000
commit0da2301b21399b85a955d92dc355024a67b8cb40 (patch)
tree6f0f4f5c7e5250e44ca820d3706d738ab1c9c13d /docs/admin_api/statistics.md
parentRemove the obsolete MSC1849 configuration flag. (#11843) (diff)
downloadsynapse-0da2301b21399b85a955d92dc355024a67b8cb40.tar.xz
Consolidate the `access_token` information in the admin api (#11861)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'docs/admin_api/statistics.md')
-rw-r--r--docs/admin_api/statistics.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/statistics.md b/docs/admin_api/statistics.md
index 1901f1eea0..a26c76f9f3 100644
--- a/docs/admin_api/statistics.md
+++ b/docs/admin_api/statistics.md
@@ -3,15 +3,15 @@
 Returns information about all local media usage of users. Gives the
 possibility to filter them by time and user.
 
+To use it, you will need to authenticate by providing an `access_token`
+for a server admin: see [Admin API](../usage/administration/admin_api).
+
 The API is:
 
 ```
 GET /_synapse/admin/v1/statistics/users/media
 ```
 
-To use it, you will need to authenticate by providing an `access_token`
-for a server admin: see [Admin API](../usage/administration/admin_api).
-
 A response body like the following is returned:
 
 ```json