We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
token
/keys/query
1 parent bad329f commit beed64fCopy full SHA for beed64f
changelogs/client_server/newsfragments/1485.clarification
@@ -0,0 +1 @@
1
+Remove fictitious `token` parameter on `/keys/query` endpoint
data/api/client-server/keys.yaml
@@ -177,13 +177,6 @@ paths:
177
description: "device ID"
178
example:
179
"@alice:example.com": []
180
- token:
181
- type: string
182
- description: |-
183
- If the client is fetching keys as a result of a device update received
184
- in a sync request, this should be the 'since' token of that sync request,
185
- or any later sync token. This allows the server to ensure its response
186
- contains the keys advertised by the notification in that sync.
187
required:
188
- device_keys
189
0 commit comments