Skip to content

Commit 67d8c81

Browse files
Fix shell example: Update Firewall Rules
1 parent 0fb998f commit 67d8c81

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9552,8 +9552,8 @@ paths:
95529552
"inbound": [
95539553
{
95549554
"protocol": "TCP",
9555-
"ports": "22, 80, 8080, 443"
9556-
"addresses": {
9555+
"ports": "22, 80, 443",
9556+
"addresses": {
95579557
"ipv4": [
95589558
"192.0.2.1",
95599559
"192.0.2.0/24"
@@ -9565,8 +9565,9 @@ paths:
95659565
}
95669566
],
95679567
"outbound": [
9568+
{
95689569
"protocol": "TCP",
9569-
"ports": "49152-65535"
9570+
"ports": "49152-65535",
95709571
"addresses": {
95719572
"ipv4": [
95729573
"192.0.2.1",
@@ -9578,7 +9579,7 @@ paths:
95789579
}
95799580
}
95809581
]
9581-
}' \
9582+
}' \
95829583
https://api.linode.com/v4beta/networking/firewalls/123/rules
95839584
- lang: CLI
95849585
source: >

0 commit comments

Comments
 (0)