Skip to content

Commit ba7c7c1

Browse files
Fix shell example for PUT /firewalls/{firewallId}/rules
1 parent 061a117 commit ba7c7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9484,7 +9484,7 @@ paths:
94849484
- lang: Shell
94859485
source: >
94869486
curl -H "Authorization: Bearer $TOKEN" \
9487-
https://api.linode.com/v4/firewalls/123/rules
9487+
https://api.linode.com/v4beta/networking/firewalls/123/rules
94889488
- lang: CLI
94899489
source: >
94909490
linode-cli firewalls rules-list 123

0 commit comments

Comments
 (0)