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:
13536
13536
description: |
13537
13537
Updates the inbound and outbound Rules for a Firewall.
13538
13538
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.
13540
13540
operationId: updateFirewallRules
13541
13541
x-linode-cli-action: rules-update
13542
13542
security:
@@ -21008,6 +21008,7 @@ components:
21008
21008
example: TCP
21009
21009
ports:
21010
21010
type: string
21011
+ nullable: true
21011
21012
description: |
21012
21013
A string representing the port or ports affected by this rule:
21013
21014
@@ -21027,7 +21028,7 @@ components:
21027
21028
properties:
21028
21029
ipv4:
21029
21030
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 .
21031
21032
21032
21033
If "0.0.0.0/0" is included in this list, all IPv4 addresses are affected by this rule.
21033
21034
type: array
@@ -21038,7 +21039,7 @@ components:
21038
21039
- 198.51.100.2/32
21039
21040
ipv6:
21040
21041
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 .
21042
21043
21043
21044
If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
21044
21045
type: array
You can’t perform that action at this time.
0 commit comments