Remove fictitious token
parameter on /keys/query
(#1485)
This commit is contained in:
parent
64c61c2de2
commit
a225025cab
2 changed files with 1 additions and 7 deletions
|
@ -0,0 +1 @@
|
||||||
|
Remove fictitious `token` parameter on `/keys/query` endpoint
|
|
@ -177,13 +177,6 @@ paths:
|
||||||
description: "device ID"
|
description: "device ID"
|
||||||
example:
|
example:
|
||||||
"@alice:example.com": []
|
"@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:
|
required:
|
||||||
- device_keys
|
- device_keys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue