Skip to content

Commit 5e61c10

Browse files
authored
Merge pull request #3 from zliang-akamai/zhiwei/vpc-cli--fix-actions
Fix actions for Linode CLI
2 parents 1bbc46a + b6f1cd6 commit 5e61c10

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
@@ -19520,7 +19520,7 @@ paths:
1952019520
tags:
1952119521
- VPCs
1952219522
operationId: deleteVPC
19523-
x-linode-cli-command: delete
19523+
x-linode-cli-action: delete
1952419524
security:
1952519525
- personalAccessToken: []
1952619526
- oauth:
@@ -19552,7 +19552,7 @@ paths:
1955219552
tags:
1955319553
- VPCs
1955419554
operationId: getVPC
19555-
x-linode-cli-command: view
19555+
x-linode-cli-action: view
1955619556
security:
1955719557
- personalAccessToken: []
1955819558
- oauth: []
@@ -19648,7 +19648,7 @@ paths:
1964819648

1964919649
Get information about all VPC Subnets associated with a VPC.
1965019650
operationId: getVPCSubnets
19651-
x-linode-cli-command:
19651+
x-linode-cli-action:
1965219652
- subnets-list
1965319653
- subnets-ls
1965419654
security:
@@ -19766,7 +19766,7 @@ paths:
1976619766
tags:
1976719767
- VPCs
1976819768
operationId: deleteVPCSubnet
19769-
x-linode-cli-command: subnet-delete
19769+
x-linode-cli-action: subnet-delete
1977019770
security:
1977119771
- personalAccessToken: []
1977219772
- oauth:
@@ -19800,7 +19800,7 @@ paths:
1980019800
tags:
1980119801
- VPCs
1980219802
operationId: getVPCSubnet
19803-
x-linode-cli-command: subnet-view
19803+
x-linode-cli-action: subnet-view
1980419804
security:
1980519805
- personalAccessToken: []
1980619806
- oauth: []

0 commit comments

Comments
 (0)