Skip to content

Commit

Permalink
Remove fictitious token parameter on /keys/query (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 12, 2023
1 parent 64c61c2 commit a225025
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 a225025

Please sign in to comment.