mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Update admin_faq - Fix how to obtain access token (#18225)
Riot is now known as element and Access token moved to Help & About
This commit is contained in:
parent
d17295e5c3
commit
3c188231c7
2 changed files with 2 additions and 1 deletions
1
changelog.d/18225.doc
Normal file
1
changelog.d/18225.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix how to obtain access token and change naming from riot to element
|
|
@ -160,7 +160,7 @@ Using the following curl command:
|
|||
```console
|
||||
curl -H 'Authorization: Bearer <access-token>' -X DELETE https://matrix.org/_matrix/client/r0/directory/room/<room-alias>
|
||||
```
|
||||
`<access-token>` - can be obtained in riot by looking in the riot settings, down the bottom is:
|
||||
`<access-token>` - can be obtained in element by looking in All settings, clicking Help & About and down the bottom is:
|
||||
Access Token:\<click to reveal\>
|
||||
|
||||
`<room-alias>` - the room alias, eg. #my_room:matrix.org this possibly needs to be URL encoded also, for example %23my_room%3Amatrix.org
|
||||
|
|
Loading…
Add table
Reference in a new issue