pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Stop requiring If-Match header when concurrency control is disabled #53

Closed epiphone closed 6 years ago

epiphone commented 6 years ago

Fixes #49:

Swagger UI will not allow PUT/PATCH/DELETE without an If-Match header, even when concurrency control is disabled in the API.

nicolaiarocci commented 6 years ago

Thanks!