mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 17:03:42 +01:00
Key backup: Expose the number of keys stored in the backup
so that matrix clients can compare it with the number of keys they have locally.
This commit is contained in:
parent
e7f7926023
commit
ed945d6744
|
|
@ -172,6 +172,7 @@ On success, returns a JSON object with keys:
|
|||
- `auth_data` (object): Required. Same as in the body parameters for
|
||||
`POST /room_keys/version`.
|
||||
- `version` (string): Required. The backup version.
|
||||
- `count` (number): Required. The number of keys stored in the backup.
|
||||
|
||||
Error codes:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue