Remove fictitious `token` parameter on `/keys/query` (#1485)

pull/1495/head
Richard van der Hoff 1 year ago committed by GitHub
parent 64c61c2de2
commit a225025cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Remove fictitious `token` parameter on `/keys/query` endpoint

@ -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

Loading…
Cancel
Save