Skip to content

Commit b28b17c

Browse files
Update List Firewalls shell example
1 parent 4a95f5c commit b28b17c

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
@@ -8731,7 +8731,8 @@ paths:
87318731
x-code-samples:
87328732
- lang: Shell
87338733
source: >
8734-
curl https://api.linode.com/v4beta/networking/firewalls
8734+
curl -H "Authorization: Bearer $TOKEN" \
8735+
https://api.linode.com/v4beta/networking/firewalls
87358736
- lang: CLI
87368737
source: >
87378738
linode-cli firewalls list

0 commit comments

Comments
 (0)