fix /keys/claim request example

It didn't correspond to the example response.
This commit is contained in:
Valentin Deniaud 2018-06-11 11:48:20 +02:00
parent 2686b99080
commit 8afc82c14b

View file

@ -247,7 +247,7 @@ paths:
description: algorithm
example: "signed_curve25519"
example:
"@alice:example.com": { "JLAFKJWSCS": "curve25519" }
"@alice:example.com": { "JLAFKJWSCS": "signed_curve25519" }
required:
- one_time_keys
responses: