Forum Discussion

ctardivo's avatar
ctardivo
New Member
5 years ago

RequestBody content media type not validating image extension

Hi, I am building a ReSTful API using Python 3.5, Flask, Connexion and Swagger 3.0. Writing the .yml swagger file I declared a POST method that accept an image with this code: paths: /myfunc...