client-api: Fix broken create_backup::Request deserialization
This commit is contained in:
parent
14de5dad29
commit
e906de7eee
@ -17,7 +17,7 @@ ruma_api! {
|
|||||||
|
|
||||||
request: {
|
request: {
|
||||||
/// The algorithm used for storing backups.
|
/// The algorithm used for storing backups.
|
||||||
#[serde(flatten)]
|
#[ruma_api(body)]
|
||||||
pub algorithm: Raw<BackupAlgorithm>,
|
pub algorithm: Raw<BackupAlgorithm>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user