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

Make request body required by default #627

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

Azquelt
Copy link
Member

@Azquelt Azquelt commented May 31, 2024

When scanning classes and annotations, default to the request body being required for operations which have a request body.

Fixes #349

When scanning classes and annotations, default to the request body being
required for operations which have a request body.
@Azquelt Azquelt force-pushed the requestbody-default-required branch from 8bf5680 to 8f3ec87 Compare June 5, 2024 11:03
Copy link
Member

@MikeEdgar MikeEdgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MikeEdgar
Copy link
Member

@Azquelt ready to merge this one?

@Azquelt
Copy link
Member Author

Azquelt commented Jun 6, 2024

Yep

@Azquelt Azquelt merged commit 59f9a23 into eclipse:main Jun 6, 2024
4 checks passed
@Azquelt Azquelt deleted the requestbody-default-required branch June 6, 2024 10:36
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.

Make request body required by default
2 participants