mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 22:14:10 +01:00
Apply suggestions from code review
Co-Authored-By: uhoreg <hubert@uhoreg.ca>
This commit is contained in:
parent
87824c1c96
commit
1c4262e556
|
|
@ -162,7 +162,7 @@ On success, returns a JSON object with keys:
|
||||||
|
|
||||||
##### `GET /room_keys/version/{version}`
|
##### `GET /room_keys/version/{version}`
|
||||||
|
|
||||||
Get information about the given version, or the current version if `{version}`
|
Get information about the given version, or the current version if `/{version}`
|
||||||
is omitted.
|
is omitted.
|
||||||
|
|
||||||
On success, returns a JSON object with keys:
|
On success, returns a JSON object with keys:
|
||||||
|
|
@ -448,7 +448,7 @@ On success, returns the empty JSON object.
|
||||||
|
|
||||||
The `auth_data` property for the backup versions endpoints for
|
The `auth_data` property for the backup versions endpoints for
|
||||||
`m.megolm_backup.v1.curve25519-aes-sha2` is a signedjson object with the
|
`m.megolm_backup.v1.curve25519-aes-sha2` is a signedjson object with the
|
||||||
followin keys:
|
following keys:
|
||||||
|
|
||||||
- `public_key` (string): the curve25519 public key used to encrypt the backups
|
- `public_key` (string): the curve25519 public key used to encrypt the backups
|
||||||
- `signatures` (object): signatures of the public key
|
- `signatures` (object): signatures of the public key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue