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/room_membership.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/room_membership.md')
-rw-r--r-- | docs/admin_api/room_membership.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/room_membership.md b/docs/admin_api/room_membership.md index 548b790a5c..310d6ae628 100644 --- a/docs/admin_api/room_membership.md +++ b/docs/admin_api/room_membership.md @@ -5,6 +5,9 @@ to a room with a given `room_id_or_alias`. You can only modify the membership of local users. The server administrator must be in the room and have permission to invite users. +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 parameters are available: @@ -23,9 +26,6 @@ POST /_synapse/admin/v1/join/<room_id_or_alias> } ``` -To use it, you will need to authenticate by providing an `access_token` for a -server admin: see [Admin API](../usage/administration/admin_api). - Response: ```json |