Connexion request body parameter validation

126 views Asked by At

This question is somewhat similar to this one here but I have a different use case.

We do our own validations on the logic we have in python, but it seems Connexion wants to do that for us. I'm fine with it doing a JSON validation, but I don't want it to check if the parameters in the request body are correct or wrong because we have our own logic/logging we do for this.

Is there a way to change it so we can get validations to ignore the parameters by any chance?

0

There are 0 answers