Browse Source
add organizationID alias for native ios
pull/4800/head
Stefan Melmuk
9 months ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
0 deletions
-
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>, |
|
|
|