[BUG][typescript-inversify] hasFormData request requires a 'body' parameter that does not exist
Created by: siada
Description
body
parameter is present on a hasFormData request, but body
is not defined.
Under normal circumstances (a JSON POST) 'body' is defined as a typed view model parameter, but if the request is for a file upload, the post request tries to use a body
parameter is that is not defined.
Should this be formData?
openapi-generator version
4.1.2