Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for empty JSON arguments #520

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

axc450
Copy link

@axc450 axc450 commented Feb 17, 2023

Adds support for empty JSON body inputs in the generated Swagger documentation:

image

The code is essentially just ignoring any arguments with a None name, so if it is the sole argument you can have an empty input:

empty_json_parser = RequestParser()
empty_json_parser.add_argument(None, location="json")

If there is a better way to do this or it is already supported, please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant