Browse Source

Fix collection update from native client (#4937)

pull/4940/head
Mathijs van Veluw 4 weeks ago
committed by GitHub
parent
commit
25d99e3506
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/api/core/ciphers.rs

1
src/api/core/ciphers.rs

@ -703,6 +703,7 @@ async fn put_cipher_partial(
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct CollectionsAdminData {
#[serde(alias = "CollectionIds")]
collection_ids: Vec<String>,
}

Loading…
Cancel
Save