Skip to content

Commit 0329b08

Browse files
authored
Merge pull request #453 from Dorthu/bugfix/fix-image-upload-response-schema
fix: POST /images/upload response schema
2 parents 7ba69e8 + d16f1d8 commit 0329b08

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)