Skip to content

Commit

Permalink
Fix collection update from native client (dani-garcia#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDex authored Sep 10, 2024
1 parent dca1428 commit 25d99e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/core/ciphers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ async fn put_cipher_partial(
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct CollectionsAdminData {
#[serde(alias = "CollectionIds")]
collection_ids: Vec<String>,
}

Expand Down

0 comments on commit 25d99e3

Please sign in to comment.