diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-31 17:24:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 16:24:29 +0000 |
commit | 0da2301b21399b85a955d92dc355024a67b8cb40 (patch) | |
tree | 6f0f4f5c7e5250e44ca820d3706d738ab1c9c13d /docs/admin_api/rooms.md | |
parent | Remove the obsolete MSC1849 configuration flag. (#11843) (diff) | |
download | synapse-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/rooms.md')
-rw-r--r-- | docs/admin_api/rooms.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index daf2522f6a..d4873f9490 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -4,6 +4,9 @@ The List Room admin API allows server admins to get a list of rooms on their server. There are various parameters available that allow for filtering and sorting the returned list. This API supports pagination. +To use it, you will need to authenticate by providing an `access_token` +for a server admin: see [Admin API](../usage/administration/admin_api). + **Parameters** The following query parameters are available: @@ -478,9 +481,6 @@ several minutes or longer. The local server will only have the power to move local user and room aliases to the new room. Users on other servers will be unaffected. -To use it, you will need to authenticate by providing an ``access_token`` for a -server admin: see [Admin API](../usage/administration/admin_api). - ## Version 1 (old version) This version works synchronously. That means you only get the response once the server has |