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
The text was updated successfully, but these errors were encountered:
bnasslahsen
changed the title
@RequestPart("files") Flux<FilePart> upload error
@RequestPart("files") Flux<FilePart> upload error on the swagger-ui
May 20, 2020
The generated OpenAPI documentation looks correct.
The problem seems from the request on the swagger-ui.
It needs further investigations to be sure if the issue is on springdoc-openapi or on swagger-ui side.
I confirm the generated spec is correct, for your sample.
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 on springdoc-openapi.
There is an open feature request on the swagger-ui project. And here is the link for the right issue to follow:
bnasslahsen
changed the title
@RequestPart("files") Flux<FilePart> upload error on the swagger-ui
Multiple file upload Flux<FilePart> error on the swagger-ui
Jun 7, 2020
Given the following endpoint:
Calling with swaggee-ui returns failure
I am using springdoc 1.3.9 & spring boot 2.3.0
The text was updated successfully, but these errors were encountered: