mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 21:34:09 +02:00
fix /keys/claim request example
It didn't correspond to the example response.
This commit is contained in:
parent
2686b99080
commit
8afc82c14b
|
|
@ -247,7 +247,7 @@ paths:
|
||||||
description: algorithm
|
description: algorithm
|
||||||
example: "signed_curve25519"
|
example: "signed_curve25519"
|
||||||
example:
|
example:
|
||||||
"@alice:example.com": { "JLAFKJWSCS": "curve25519" }
|
"@alice:example.com": { "JLAFKJWSCS": "signed_curve25519" }
|
||||||
required:
|
required:
|
||||||
- one_time_keys
|
- one_time_keys
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue