mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Fix collection update from native client (#4937)
This commit is contained in:
parent
dca14285fd
commit
25d99e3506
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ async fn put_cipher_partial(
|
|||
#[derive(Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct CollectionsAdminData {
|
||||
#[serde(alias = "CollectionIds")]
|
||||
collection_ids: Vec<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue