I\'m working on uploading a file to my app using the multer npm module.
The multer function I have defined is to allow a single file uploaded to the file system. Ev
In my scenario this was happening because I renamed a parameter in swagger.yaml but did not reload the docs page. Hence I was trying the API with an unexpected input parameter. Long story short, F5 is my friend.
swagger.yaml