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
There is an open feature related to uploading files from the swagger-ui. Once fixed, we will add reference to the last version of the ui.
Uploading an arbitrary number of files (an array of files) is not supported.
There is an open feature request at:
For my POST service when I use the option "Try it out", upload image and choose Execute my curl call look like
curl -X POST "http://localhost:8080/my-service/api/documents" -H "accept: */*" -H "Content-Type: multipart/form-data" -F "files=[object File]"
And I get response that no files are sent. And the curl call looks like it's missing file location or I'm wrong?
The text was updated successfully, but these errors were encountered: