You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPDATING_OPENAPI_JSON.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This project uses a modified `openapi.json`. Please maintain these instructions
12
12
1. Remove the `values`, `scopes` and `is_secret` parameters from the `updateEnvVar` operation.
13
13
1. Add a request body schema to the `updateEnvVar` operation, by copying it from an earlier version of the `openapi.json`.
14
14
1. Add a `package_path` property of type `string` to the `Repo` object.
15
+
1. Add a `branch` property of type `string` to the `Repo` object.
15
16
1. Add a `functions_region` property of type `string` to the `Site` object.
16
17
1. Add a `cdp_enabled_contexts` property of type `array` of `string`s to the `Site` object.
17
18
1. Add a `hud_enabled` property of type `boolean` to the `Site` object.
@@ -25,4 +26,4 @@ This project uses a modified `openapi.json`. Please maintain these instructions
25
26
1. Add the various `firewall_rule_set` paths from `bitballoon-openapi`'s `openapi.json` file (NOTE: both site and account level).
26
27
1. Replace the response body of the `getAccountFirewallRuleSet` operation to use the `SiteFirewallConfig` object.
27
28
1. Replace the request body of the `updateAccountFirewallRuleSet` operation to use the `SiteFirewallConfig` object.
28
-
1. Renamed the `unpublished_rules` and `published_rules` properties to `unpublished` and `published` in the `SiteFirewallConfig` object, also in the required properties array.
29
+
1. Renamed the `unpublished_rules` and `published_rules` properties to `unpublished` and `published` in the `SiteFirewallConfig` object, also in the required properties array.
0 commit comments