-
-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Description
Description
GitHub is starting to apply strict validation in their REST API [1].
Connexion already has a strict_validation flag [2], but it doesn't apply to the request body if its content type is JSON.
Expected behaviour
I would appreciate it if strict validation also validates JSON request bodies.
[1] https://developer.github.com/changes/2018-09-25-stricter-validation-coming-soon-in-the-rest-api/
[2] https://github.com/zalando/connexion/blob/master/docs/request.rst#parameter-validation
cnnshuti, ludwikd, tanguyNaets, floriango, joe42 and 4 more