Skip to content

Commit

Permalink
Client-server: Fix upload keys example request
Browse files Browse the repository at this point in the history
Contributes to #1733

Signed-off-by: Alexey Andreyev <aa13q@ya.ru>
  • Loading branch information
a-andreyev committed Jul 8, 2019
1 parent db5ce0c commit b77678e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/client-server/definitions/device_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ properties:
type: string
description: |-
The encryption algorithms supported by this device.
example: ["m.olm.curve25519-aes-sha256", "m.megolm.v1.aes-sha"]
example: ["m.olm.v1.curve25519-aes-sha2", "m.megolm.v1.aes-sha2"]
keys:
type: object
description: |-
Expand Down
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2157.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify the device keys example of the encryption algorithms supported by the device. Add `v1` and `sha2` to the name strings.

0 comments on commit b77678e

Please sign in to comment.