add algorithm and version to the example

since they're marked as required
pull/1538/head
Hubert Chathi 7 years ago
parent d43b595b5e
commit e7f7926023

@ -194,6 +194,7 @@ Example:
```javascript ```javascript
{ {
"algorithm": "m.megolm_backup.v1.curve25519-aes-sha2",
"auth_data": { "auth_data": {
"public_key": "abcdefg", "public_key": "abcdefg",
"signatures": { "signatures": {
@ -202,7 +203,8 @@ Example:
"ed25519:anotherthing": "abcdef" "ed25519:anotherthing": "abcdef"
} }
} }
} },
"version": "42"
} }
``` ```

Loading…
Cancel
Save