File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13536,7 +13536,7 @@ paths:
1353613536 description: |
1353713537 Updates the inbound and outbound Rules for a Firewall.
1353813538
13539- **Note:** This command replaces all of a Firewall's `inbound` and/or `outbound` rulesets with the values specified in your request.
13539+ **Note:** This command replaces all of a Firewall's `inbound` and `outbound` rulesets with the values specified in your request.
1354013540 operationId: updateFirewallRules
1354113541 x-linode-cli-action: rules-update
1354213542 security:
@@ -21008,6 +21008,7 @@ components:
2100821008 example: TCP
2100921009 ports:
2101021010 type: string
21011+ nullable: true
2101121012 description: |
2101221013 A string representing the port or ports affected by this rule:
2101321014
@@ -21027,7 +21028,7 @@ components:
2102721028 properties:
2102821029 ipv4:
2102921030 description: |
21030- A list of IPv4 addresses or networks. Must be in IP/mask format.
21031+ A list of IPv4 addresses or networks. Addresses must be in IP/mask format. Must not be an empty list .
2103121032
2103221033 If "0.0.0.0/0" is included in this list, all IPv4 addresses are affected by this rule.
2103321034 type: array
@@ -21038,7 +21039,7 @@ components:
2103821039 - 198.51.100.2/32
2103921040 ipv6:
2104021041 description: |
21041- A list of IPv6 addresses or networks. Must be in IP/mask format.
21042+ A list of IPv6 addresses or networks. Addresses must be in IP/mask format. Must not be an empty list .
2104221043
2104321044 If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
2104421045 type: array
You can’t perform that action at this time.
0 commit comments