From d16f1d8fa19915517c02786c00cda9e444c4db17 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Tue, 25 May 2021 12:04:30 -0400 Subject: [PATCH] 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: