mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-16 10:28:46 -07:00
Merge branch 'domdomegg-domdomegg/support-no-data-org-policies' into main
This commit is contained in:
commit
a6e0ddcdf1
@ -1183,7 +1183,7 @@ struct PolicyData {
|
||||
enabled: bool,
|
||||
#[serde(rename = "type")]
|
||||
_type: i32,
|
||||
data: Value,
|
||||
data: Option<Value>,
|
||||
}
|
||||
|
||||
#[put("/organizations/<org_id>/policies/<pol_type>", data = "<data>")]
|
||||
|
Loading…
Reference in New Issue
Block a user