swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API

Home Page:http://swagger.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am not able to use formData parameter

javokhirakramjonov opened this issue · comments

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