You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requestBody:
content:
multipart/form-data:
schema:
type: objectproperties:
orderId:
type: integeruserId:
type: integerfileName:
type: string # this property only defines the name of the file, not it's contentfile:
type: stringformat: binary
In the upload file documentation there is a missing property for the multipart request example
Link to the doc:
https://swagger.io/docs/specification/describing-request-body/file-upload/
The text was updated successfully, but these errors were encountered: