Doc /keys/query 'token' param

This commit is contained in:
David Baker 2018-01-10 17:43:35 +00:00
parent 73118b6b29
commit 1674b0e3b5

View file

@ -1,4 +1,5 @@
# Copyright 2016 OpenMarket Ltd # Copyright 2016 OpenMarket Ltd
# Copyright 2018 New Vector Ltd
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@ -131,6 +132,13 @@ paths:
description: "device ID" description: "device ID"
example: example:
"@alice:example.com": [] "@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: required:
- device_keys - device_keys