Skip to content

Commit d16f1d8

Browse files
committed
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.
1 parent 9059df6 commit d16f1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3602,7 +3602,7 @@ paths:
36023602
schema:
36033603
type: object
36043604
properties:
3605-
upload_url:
3605+
upload_to:
36063606
type: string
36073607
description: The URL to upload the Image to.
36083608
image:

0 commit comments

Comments
 (0)