Daniel García
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/api/core/ciphers.rs
|
@ -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>, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|