swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.37k stars 2.17k forks source link

I am not able to use formData parameter #4615

Closed javokhirakramjonov closed 7 months ago

javokhirakramjonov commented 7 months ago

There is no ParameterIn.FORM_DATA so when I use parameterStyle = ParameterStyle.Form, I am not able to get my file in multiPart format. What is the solution to that? Thanks