You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apidoc: Set default_in correctly for Schema/fields
default_in was changed to a mandatory kwarg parameter
in apispec 3.x
In a flask-apispec 0.8.4 this was changed to be set to "body"
But this does not work correctly for GET urls where the params
should be set to query-params base on the existig default_in value.
Now, we retain the previous behavior where if a default-in is provided
use that, if not provided - use "body"
0 commit comments