-
Couldn't load subscription status.
- Fork 9.2k
v3.1.2: Clarify that Request Body Objects need a body #4614
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
Conversation
We require `content` but failed to require it to be non-empty, even though a request body without a body does not make any sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, just one typo
Co-authored-by: Ralf Handl <[email protected]>
|
I'm going to merge this as @miqui 's approval only got dropped b/c of a typo fix. So there are two TSC approvals here. |
|
Note- I will batch up the recent 3.1.2 PRs into a single 3.2 sync PR to avoid too much noise in the PR list. |
|
Ideally we should add a |
v3.2: (port of #4614) Clarify that Request Body Objects need a body
Fixes:
We require the Request Body Object's
contentbut failed to require it to be non-empty, even though a request body without a body does not make any sense.