mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 23:13:43 +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
|
||||
`m.megolm_backup.v1.curve25519-aes-sha2`, see below for the [definition of
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue