make regen-apis

This commit is contained in:
OMGeeky
2023-10-23 12:55:17 +02:00
parent 8fc78fe0ae
commit c356d5fd0e
887 changed files with 9716 additions and 8753 deletions

View File

@@ -120,8 +120,8 @@ let mut req = Deployment::default();
// Values shown here are possibly random and not representative !
let result = hub.deployments().patch(req, "project", "deployment")
.preview(true)
.delete_policy("voluptua.")
.create_policy("At")
.delete_policy(&Default::default())
.create_policy(&Default::default())
.doit().await;
match result {