imnmi

Results 4 comments of imnmi

@H1Gdev I think the problem here that @darkshard07 is seeing is different from the one I posted about. The second argument for the `post` method is automatically merged into `req.body`,...

@H1Gdev looks like we found the answer on the page you linked. From the swagger documentation: > The operation payload is defined using formData parameters **(not body parameters)**. The file...

@H1Gdev In your example the form data is still being passed as a body parameter, which the swagger documentation explicitly calls out as incorrect: ![screen shot 2018-10-26 at 9 00...

@H1Gdev From your page: >Also, form parameters cannot coexist with the in: body parameter, because formData is a specific way of describing the body. What frisby appears to be trying...