From 8c0a1bf622159cca901bc143a744f0c01eefd01c Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 7 Feb 2022 11:17:34 -0500 Subject: [PATCH] Fix VLANs List shell sample path --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index d968d33d3..ffba8b710 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11600,7 +11600,7 @@ paths: - lang: Shell source: > curl -H "Authorization: Bearer $TOKEN" \ - https://api.linode.com/v4/networking/vlans/ + https://api.linode.com/v4beta/networking/vlans/ - lang: CLI source: > linode-cli networking vlans-list