Browse Source

add organizationID alias for native ios

pull/4800/head
Stefan Melmuk 9 months ago
parent
commit
8174204aa4
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 1
      src/api/core/ciphers.rs

1
src/api/core/ciphers.rs

@ -208,6 +208,7 @@ pub struct CipherData {
// Folder id is not included in import
folder_id: Option<String>,
// TODO: Some of these might appear all the time, no need for Option
#[serde(alias = "organizationID")]
pub organization_id: Option<String>,
key: Option<String>,

Loading…
Cancel
Save