From a225025cab0c61dbd44e4edcef4a0a71aea018ef Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:41:25 +0100 Subject: [PATCH] Remove fictitious `token` parameter on `/keys/query` (#1485) --- changelogs/client_server/newsfragments/1485.clarification | 1 + data/api/client-server/keys.yaml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 changelogs/client_server/newsfragments/1485.clarification diff --git a/changelogs/client_server/newsfragments/1485.clarification b/changelogs/client_server/newsfragments/1485.clarification new file mode 100644 index 00000000..99e5fc79 --- /dev/null +++ b/changelogs/client_server/newsfragments/1485.clarification @@ -0,0 +1 @@ +Remove fictitious `token` parameter on `/keys/query` endpoint diff --git a/data/api/client-server/keys.yaml b/data/api/client-server/keys.yaml index 25f22acd..137295c5 100644 --- a/data/api/client-server/keys.yaml +++ b/data/api/client-server/keys.yaml @@ -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