mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 16:33:43 +01:00
add algorithm and version to the example
since they're marked as required
This commit is contained in:
parent
d43b595b5e
commit
e7f7926023
|
|
@ -194,6 +194,7 @@ Example:
|
|||
|
||||
```javascript
|
||||
{
|
||||
"algorithm": "m.megolm_backup.v1.curve25519-aes-sha2",
|
||||
"auth_data": {
|
||||
"public_key": "abcdefg",
|
||||
"signatures": {
|
||||
|
|
@ -202,7 +203,8 @@ Example:
|
|||
"ed25519:anotherthing": "abcdef"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "42"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue