diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index 537a0c15..6fcde07c 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -208,6 +208,7 @@ pub struct CipherData { // Folder id is not included in import folder_id: Option, // TODO: Some of these might appear all the time, no need for Option + #[serde(alias = "organizationID")] pub organization_id: Option, key: Option,