We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82992d2 commit 7687c7cCopy full SHA for 7687c7c
flask_apispec/annotations.py
@@ -20,7 +20,8 @@ def get_pets(**kwargs):
20
return Pet.query.filter_by(**kwargs).all()
21
22
:param args: Mapping of argument names to :class:`Field <marshmallow.fields.Field>`
23
- objects, or :class:`Schema <marshmallow.Schema>`
+ objects, :class:`Schema <marshmallow.Schema>`, or a callable which accepts a
24
+ request and returns a :class:`Schema <marshmallow.Schema>`
25
:param locations: Default request locations to parse
26
:param inherit: Inherit args from parent classes
27
:param apply: Parse request with specified args
0 commit comments