Hi, I'm having issues with the payload verification for hidden endpoints (i.e., resources using the @api.hide decorator).
As far as I can tell is the payload verification only performed during the handling of a request if the endpoint is not hidden, even though the RESTPLUS_VALIDATE flag is set to True. Is this an intended behavior, and if so, are there any ways to enable validation for hidden endpoints as well?
best,
Matthias
Python Version: 3.7
Flask-Restplus Version: 0.11.0