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
On "OpenAPI" documentation, we can read that the request body is not required by default but a "required" flag exists to make it mandatory :
But this field seems to be not managed and I saw that the body becomes required if "application/json" is the only specified format defined for the content
See validation.js
Could it be possible to add push "requestBody" on the required array only if the "required" flag is set to "true" on OpenAPI documentation ?
The text was updated successfully, but these errors were encountered:
On "OpenAPI" documentation, we can read that the request body is not required by default but a "required" flag exists to make it mandatory :
But this field seems to be not managed and I saw that the body becomes required if "application/json" is the only specified format defined for the content
See validation.js
Could it be possible to add push "requestBody" on the required array only if the "required" flag is set to "true" on OpenAPI documentation ?
The text was updated successfully, but these errors were encountered: