Mathijs van Veluw
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/api/core/ciphers.rs
|
@ -703,6 +703,7 @@ async fn put_cipher_partial( |
|
|
#[derive(Deserialize)] |
|
|
#[derive(Deserialize)] |
|
|
#[serde(rename_all = "camelCase")] |
|
|
#[serde(rename_all = "camelCase")] |
|
|
struct CollectionsAdminData { |
|
|
struct CollectionsAdminData { |
|
|
|
|
|
#[serde(alias = "CollectionIds")] |
|
|
collection_ids: Vec<String>, |
|
|
collection_ids: Vec<String>, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|