JamesMessinger / swagger-server

No longer maintained. Please use https://github.com/BigstickCarpet/swagger-express-middleware
MIT License
149 stars 47 forks source link

DELETE and PUT per ID no return 404 #22

Open stalena opened 8 years ago

stalena commented 8 years ago

HI, I'm in the testing of REST API now and note that the server swagger when DELETE and PUT on a not exist ID - no 404 returns, but 200. Of course, it complains testing of negative cases. Is it planned, or I am the first who needs it?

I look forward to the feedback.

stalena