diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index 9a4456a4..0884ef1f 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -797,7 +797,9 @@ async fn post_collections_admin( #[derive(Deserialize)] #[serde(rename_all = "camelCase")] struct ShareCipherData { + #[serde(alias = "Cipher")] cipher: CipherData, + #[serde(alias = "CollectionIds")] collection_ids: Vec, }