-
Notifications
You must be signed in to change notification settings - Fork 154
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
openapi_version=3.0.0. -> curl dow not get body at 'try it out' at 'execution' #218
Comments
Just found the same issue. Why on earth does the Content-Type header get set when using the 2.x spec but not with OpenAPI v3.x!? |
I have the same issue with version= |
This is becouse in version 3 , there is a new object |
Thus this is a bug :-( |
Here's a dirty fix, please correct me if there's a better way:
|
Any ETA on fixing body being inside parameters and not under Request body? |
Version 2.0.0
curl` -X POST "http://textors-01:5000/smanlagen" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"string\", \"smobjekt_objid\": 0, \"smobjekt_uuid\": \"string\", \"smserver_id\": \"string\"}"
vs.
Version 3.0.0
is this a bug of this package or some related package?
The text was updated successfully, but these errors were encountered: