1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-11-08 12:02:32 +01:00

Fix collection update from native client (#4937)

This commit is contained in:
Mathijs van Veluw 2024-09-10 21:33:59 +02:00 committed by GitHub
parent dca14285fd
commit 25d99e3506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -703,6 +703,7 @@ async fn put_cipher_partial(
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct CollectionsAdminData {
#[serde(alias = "CollectionIds")]
collection_ids: Vec<String>,
}