We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ced542 + d2381a4 commit d1de55bCopy full SHA for d1de55b
openapi.yaml
@@ -10749,6 +10749,7 @@ paths:
10749
get:
10750
x-linode-grant: read_only
10751
servers:
10752
+ - url: https://api.linode.com/v4
10753
- url: https://api.linode.com/v4beta
10754
parameters:
10755
- $ref: '#/components/parameters/pageOffset'
@@ -10811,7 +10812,7 @@ paths:
10811
10812
- lang: Shell
10813
source: >
10814
curl -H "Authorization: Bearer $TOKEN" \
- https://api.linode.com/v4beta/networking/vlans/
10815
+ https://api.linode.com/v4/networking/vlans/
10816
- lang: CLI
10817
10818
linode-cli networking vlans-list
0 commit comments