Skip to content

Commit b6f1cd6

Browse files
committed
Fix actions for Linode CLI
1 parent 1ce0276 commit b6f1cd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19230,7 +19230,7 @@ paths:
1923019230
tags:
1923119231
- VPCs
1923219232
operationId: deleteVPC
19233-
x-linode-cli-command: delete
19233+
x-linode-cli-action: delete
1923419234
security:
1923519235
- personalAccessToken: []
1923619236
- oauth:
@@ -19262,7 +19262,7 @@ paths:
1926219262
tags:
1926319263
- VPCs
1926419264
operationId: getVPC
19265-
x-linode-cli-command: view
19265+
x-linode-cli-action: view
1926619266
security:
1926719267
- personalAccessToken: []
1926819268
- oauth: []
@@ -19358,7 +19358,7 @@ paths:
1935819358

1935919359
Get information about all VPC Subnets associated with a VPC.
1936019360
operationId: getVPCSubnets
19361-
x-linode-cli-command:
19361+
x-linode-cli-action:
1936219362
- subnets-list
1936319363
- subnets-ls
1936419364
security:
@@ -19475,7 +19475,7 @@ paths:
1947519475
tags:
1947619476
- VPCs
1947719477
operationId: deleteVPCSubnet
19478-
x-linode-cli-command: subnet-delete
19478+
x-linode-cli-action: subnet-delete
1947919479
security:
1948019480
- personalAccessToken: []
1948119481
- oauth:
@@ -19507,7 +19507,7 @@ paths:
1950719507
tags:
1950819508
- VPCs
1950919509
operationId: getVPCSubnet
19510-
x-linode-cli-command: subnet-view
19510+
x-linode-cli-action: subnet-view
1951119511
security:
1951219512
- personalAccessToken: []
1951319513
- oauth: []

0 commit comments

Comments
 (0)