Skip to content

Commit 8c0a1bf

Browse files
committed
Fix VLANs List shell sample path
1 parent 534b9c6 commit 8c0a1bf

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
@@ -11600,7 +11600,7 @@ paths:
1160011600
- lang: Shell
1160111601
source: >
1160211602
curl -H "Authorization: Bearer $TOKEN" \
11603-
https://api.linode.com/v4/networking/vlans/
11603+
https://api.linode.com/v4beta/networking/vlans/
1160411604
- lang: CLI
1160511605
source: >
1160611606
linode-cli networking vlans-list

0 commit comments

Comments
 (0)