Skip to content

Commit 3b13bf1

Browse files
committed
Update Firewall Create required
1 parent ab950e5 commit 3b13bf1

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

openapi.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10574,11 +10574,6 @@ paths:
1057410574
required:
1057510575
- label
1057610576
- rules
10577-
- inbound_policy
10578-
- outbound_policy
10579-
- action
10580-
- protocol
10581-
- addresses
1058210577
properties:
1058310578
devices:
1058410579
type: object
@@ -10596,6 +10591,21 @@ paths:
1059610591
example:
1059710592
- 123
1059810593
- 456
10594+
rules:
10595+
required:
10596+
- inbound_policy
10597+
- outbound_policy
10598+
properties:
10599+
inbound:
10600+
required:
10601+
- action
10602+
- addresses
10603+
- protocol
10604+
outbound:
10605+
required:
10606+
- action
10607+
- addresses
10608+
- protocol
1059910609
responses:
1060010610
'200':
1060110611
description: Returns information about the created Firewall.
@@ -17347,7 +17357,7 @@ components:
1734717357
- ACCEPT
1734817358
- DROP
1734917359
description: |
17350-
The default behavior for outbound traffic. This setting can be overridden by [updating](/docs/api/networking/#firewall-rules-update) the `action` property for an individual Firewall Rule.
17360+
The default behavior for outbound traffic. This setting can be overridden by [updating](/docs/api/networking/#firewall-rules-update) the `outbound.action` property of the Firewall Rule.
1735117361
example: DROP
1735217362
tags:
1735317363
x-linode-filterable: true

0 commit comments

Comments
 (0)