From 8c0a1bf622159cca901bc143a744f0c01eefd01c Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 7 Feb 2022 11:17:34 -0500 Subject: [PATCH 1/2] 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 From cb393afe33af8076c7aa4d809a674b50aed744a1 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 7 Feb 2022 14:18:58 -0500 Subject: [PATCH 2/2] Bump version to 4.115.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index ffba8b710..8d0cd48cf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.114.0 + version: 4.115.0 title: Linode API description: |