mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 13:04:09 +01:00
make version optional in versions update
This commit is contained in:
parent
54e73e4729
commit
576177b579
|
|
@ -223,7 +223,7 @@ Body parameters:
|
||||||
- `auth_data` (object): Required. algorithm-dependent data. For
|
- `auth_data` (object): Required. algorithm-dependent data. For
|
||||||
`m.megolm_backup.v1.curve25519-aes-sha2`, see below for the [definition of
|
`m.megolm_backup.v1.curve25519-aes-sha2`, see below for the [definition of
|
||||||
this property](#auth_data-backup-versions).
|
this property](#auth_data-backup-versions).
|
||||||
- `version` (string): Required. The backup version. Must be the same as the query parameter or must be the current version.
|
- `version` (string): Optional. The backup version. If present, must be the same as the path parameter.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue