Skip to content

Commit beed64f

Browse files
richvdhclokep
authored andcommitted
Remove fictitious token parameter on /keys/query (matrix-org#1485)
1 parent bad329f commit beed64f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove fictitious `token` parameter on `/keys/query` endpoint

data/api/client-server/keys.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@ paths:
177177
description: "device ID"
178178
example:
179179
"@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.
187180
required:
188181
- device_keys
189182

0 commit comments

Comments
 (0)