Skip to content

Commit 061a117

Browse files
Fix Shell example for /firewalls/{firewallId}/devices
1 parent 82bf73d commit 061a117

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
@@ -9279,7 +9279,7 @@ paths:
92799279
- lang: Shell
92809280
source: >
92819281
curl -H "Authorization: Bearer $TOKEN" \
9282-
https://api.linode.com/v4/firewalls/123/devices
9282+
https://api.linode.com/v4beta/networking/firewalls/123/devices
92839283
- lang: CLI
92849284
source: >
92859285
linode-cli firewalls devices-list 123

0 commit comments

Comments
 (0)