mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Remove fictitious token parameter on /keys/query (#1485)
This commit is contained in:
parent
64c61c2de2
commit
a225025cab
|
|
@ -0,0 +1 @@
|
|||
Remove fictitious `token` parameter on `/keys/query` endpoint
|
||||
|
|
@ -177,13 +177,6 @@ paths:
|
|||
description: "device ID"
|
||||
example:
|
||||
"@alice:example.com": []
|
||||
token:
|
||||
type: string
|
||||
description: |-
|
||||
If the client is fetching keys as a result of a device update received
|
||||
in a sync request, this should be the 'since' token of that sync request,
|
||||
or any later sync token. This allows the server to ensure its response
|
||||
contains the keys advertised by the notification in that sync.
|
||||
required:
|
||||
- device_keys
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue