mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-27 17:43:43 +01:00
More clarifications
s/as_token/access_token/ for CS extensions. Clarify when room queries are made.
This commit is contained in:
parent
1b3e27a05a
commit
f33b722e4b
|
|
@ -131,9 +131,11 @@ Notes:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Room Query ``[TODO]``
|
Room Alias Query ``[TODO]``
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
This API is called by the HS to query the existence of a room on the Application Service's namespace.
|
This API is called by the HS to query the existence of a room alias on the Application
|
||||||
|
Service's namespace.
|
||||||
|
|
||||||
|
|
||||||
Pushing ``[TODO]``
|
Pushing ``[TODO]``
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
@ -250,13 +252,13 @@ Notes:
|
||||||
/path?access_token=$token&user_id=$userid
|
/path?access_token=$token&user_id=$userid
|
||||||
|
|
||||||
Query Parameters:
|
Query Parameters:
|
||||||
as_token: The application service token
|
access_token: The application service token
|
||||||
user_id: The desired user ID to act as.
|
user_id: The desired user ID to act as.
|
||||||
|
|
||||||
/path?access_token=$token&user_token=$token
|
/path?access_token=$token&user_token=$token
|
||||||
|
|
||||||
Query Parameters:
|
Query Parameters:
|
||||||
as_token: The application service token
|
access_token: The application service token
|
||||||
user_token: The token granted to the AS by the real user
|
user_token: The token granted to the AS by the real user
|
||||||
|
|
||||||
Timestamp massaging
|
Timestamp massaging
|
||||||
|
|
@ -273,10 +275,10 @@ Notes:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
/path?as_token=$token&ts=$timestamp
|
/path?access_token=$token&ts=$timestamp
|
||||||
|
|
||||||
Query Parameters added to the send event APIs only:
|
Query Parameters added to the send event APIs only:
|
||||||
as_token: The application service token
|
access_token: The application service token
|
||||||
ts: The desired timestamp
|
ts: The desired timestamp
|
||||||
|
|
||||||
Server admin style permissions
|
Server admin style permissions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue