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
For an endpoint using Spring WebFlux to upload a file, the Swagger UI documentation is not generated properly. It doesn't allow to choose a file and send it as a multipart request.
---
* Environment + Language *
Spring Boot : 2.2.4
Kotlin: 1.3.7
org.springdoc:springdoc-openapi-webflux-ui:1.4.1
---
**Possible solution?**
I guess I need the properties support like in issue mentioned in https://stackoverflow.com/questions/14455408/how-to-post-files-in-swagger-openapi
`
"paramType": "body",
"dataType": "file",
`
The text was updated successfully, but these errors were encountered:
This is not directly a springdoc-openapi issue.
But this is related to missing properties from the swagger-annotations: springdoc-openapi is built on top of swagger-core and swagger-annotations.
This is the link to the existing swagger-core issue:
For an endpoint using Spring WebFlux to upload a file, the Swagger UI documentation is not generated properly. It doesn't allow to choose a file and send it as a multipart request.
The text was updated successfully, but these errors were encountered: