Skip to content

Commit 8798964

Browse files
committed
bug: Fixed x-linode-cli-action for GET /linode/types/:id
The old action, "view", was overriding the "view" action for GET /linode/instances/:id, making that command unavailable to the CLI.
1 parent 72b0e92 commit 8798964

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
@@ -4514,7 +4514,7 @@ paths:
45144514
Returns information about a specific Linode type, including pricing and
45154515
specifications. This is used when creating or resizing a Linode.
45164516
operationId: getLinodeType
4517-
x-linode-cli-action: view
4517+
x-linode-cli-action: type-view
45184518
responses:
45194519
'200':
45204520
description: A single Linode type.

0 commit comments

Comments
 (0)