From f8e6a6a9bf5e807ffb73a6ac1c87cdaf43b02d15 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Wed, 28 Apr 2021 11:29:14 -0400 Subject: [PATCH 1/2] Fix Machine Image Upload shell command --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index e627d68e8..4a3d928b8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3549,7 +3549,7 @@ paths: "label": "example-machine-image-label", "region": "us-east" }' \ - https://api.linode.com/v4/images + https://api.linode.com/v4/images/upload - lang: CLI source: > linode-cli images upload \ From 28906a9ddf82a49a7ce71e58f807e0d04d22a7fe Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Wed, 28 Apr 2021 11:33:06 -0400 Subject: [PATCH 2/2] Fix CLI command typo --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 4a3d928b8..c95413eac 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3554,7 +3554,7 @@ paths: source: > linode-cli images upload \ --label example-machine-image-label \ - --description "This is an example Machine Image." + --description "This is an example Machine Image." \ --region us-east /images/{imageId}: x-linode-cli-command: images