mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 11:28:38 +01:00
Update 30_server_server_api.rst
Use a query parameter for minimum_valid_until_ts for the GET version of the query api.
This commit is contained in:
parent
cdcaf69fb5
commit
9bfbbce0f4
|
|
@ -199,7 +199,7 @@ Requests:
|
|||
|
||||
.. code::
|
||||
|
||||
GET /_matrix/key/v2/query/${server_name}/${key_id}/${minimum_valid_until_ts} HTTP/1.1
|
||||
GET /_matrix/key/v2/query/${server_name}/${key_id}/?minimum_valid_until_ts={minimum_valid_until_ts} HTTP/1.1
|
||||
|
||||
POST /_matrix/key/v2/query HTTP/1.1
|
||||
Content-Type: application/json
|
||||
|
|
|
|||
Loading…
Reference in a new issue