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
Hi, would it be possible to have optional request body? As written in OpenAPI documentation, it should be optional by default, but even when it is defined explicitly:
...lepo fails to parse request without content and fails with HTTP/400 {"error": "{'_body': InvalidBodyContent('Unable to parse this body as application/json')}"}. It is necessary to send empty json at least...
The text was updated successfully, but these errors were encountered:
Hi, would it be possible to have optional request body? As written in OpenAPI documentation, it should be optional by default, but even when it is defined explicitly:
...lepo fails to parse request without content and fails with HTTP/400
{"error": "{'_body': InvalidBodyContent('Unable to parse this body as application/json')}"}
. It is necessary to send empty json at least...The text was updated successfully, but these errors were encountered: