Skip to content

Commit e1d889c

Browse files
committed
bug: Fixed CLI vlans list operation
It looks like the GET /networking/vlans endpoint is currently only available in the /v4beta API, and not /v4. As such, right now a call to `linode-cli vlans list` returns a 404 message. This change removes the normal `api.linode.com/v4` from this endpoint's `servers` block, which will cause the CLI to use the `/v4beta` URL.
1 parent eea52cf commit e1d889c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11099,7 +11099,6 @@ paths:
1109911099
get:
1110011100
x-linode-grant: read_only
1110111101
servers:
11102-
- url: https://api.linode.com/v4
1110311102
- url: https://api.linode.com/v4beta
1110411103
parameters:
1110511104
- $ref: '#/components/parameters/pageOffset'

0 commit comments

Comments
 (0)