From d16f1d8fa19915517c02786c00cda9e444c4db17 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Tue, 25 May 2021 12:04:30 -0400 Subject: [PATCH 1/2] fix: POST /images/upload response schema This was reported as an error with the Linode CLI. The response for POST /images/upload includes an "upload_to" field, not the documented "upload_url". This change allowed the CLI to call this operation without issue. --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 8692c0b33..bb95b3f7d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3602,7 +3602,7 @@ paths: schema: type: object properties: - upload_url: + upload_to: type: string description: The URL to upload the Image to. image: From 50cf3044ca64746ad83c55fb3fa0b4b186d72730 Mon Sep 17 00:00:00 2001 From: nmelehan Date: Wed, 26 May 2021 08:54:11 -0400 Subject: [PATCH 2/2] Bump version to 4.93.1 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index bb95b3f7d..224ac805b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.93.0 + version: 4.93.1 title: Linode API description: |