Skip to content

Commit 828f11c

Browse files
committed
Update firewall rule action description
1 parent c696db3 commit 828f11c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9817,6 +9817,7 @@ paths:
98179817
- rules
98189818
- inbound_policy
98199819
- outbound_policy
9820+
- action
98209821
properties:
98219822
devices:
98229823
type: object
@@ -16592,8 +16593,6 @@ components:
1659216593
description: |
1659316594
The inbound and outbound access rules to apply to the Firewall.
1659416595

16595-
`inbound_policy` and `outbound_policy` are required when creating a new Firewall.
16596-
1659716596
A Firewall may have up to 25 rules across its inbound and outbound rulesets.
1659816597
properties:
1659916598
inbound:
@@ -16691,7 +16690,7 @@ components:
1669116690
- ACCEPT
1669216691
- DROP
1669316692
description: |
16694-
The behavior for this rule. Overrides the `inbound_policy` or `outbound_policy` for the Firewall.
16693+
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall's `inbound_policy` if this is an inbound rule, or the `outbound_policy` if this is an outbound rule.
1669516694
example: ACCEPT
1669616695
label:
1669716696
type: string

0 commit comments

Comments
 (0)