Skip to content

Commit

Permalink
Remove fictitious token parameter on /keys/query (matrix-org#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored and clokep committed May 3, 2023
1 parent bad329f commit beed64f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1485.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove fictitious `token` parameter on `/keys/query` endpoint
7 changes: 0 additions & 7 deletions data/api/client-server/keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit beed64f

Please sign in to comment.