Skip to content

Commit 4a951f0

Browse files
Update List Firewalls shell example
1 parent d576343 commit 4a951f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8926,7 +8926,8 @@ paths:
89268926
x-code-samples:
89278927
- lang: Shell
89288928
source: >
8929-
curl https://api.linode.com/v4beta/networking/firewalls
8929+
curl -H "Authorization: Bearer $TOKEN" \
8930+
https://api.linode.com/v4beta/networking/firewalls
89308931
- lang: CLI
89318932
source: >
89328933
linode-cli firewalls list

0 commit comments

Comments
 (0)