Fix cipher creation on new android app (#4670)
This commit is contained in:
parent
a2bf8def2a
commit
4233dbf3db
|
@ -797,7 +797,9 @@ async fn post_collections_admin(
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
struct ShareCipherData {
|
struct ShareCipherData {
|
||||||
|
#[serde(alias = "Cipher")]
|
||||||
cipher: CipherData,
|
cipher: CipherData,
|
||||||
|
#[serde(alias = "CollectionIds")]
|
||||||
collection_ids: Vec<String>,
|
collection_ids: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue