add algorithm and version to the example

since they're marked as required
This commit is contained in:
Hubert Chathi 2019-02-07 23:29:11 -05:00
parent d43b595b5e
commit e7f7926023

View file

@ -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"
}
```