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
"responses": {
"400": {
"description": "There was a problem with the data sent with the request.",
"content": {
"application/json": {},
"application/xml": {}
}
}
}
Not having a schema on the returned content will generate an "Unknown media type schema type" exception. This is valid schema and many code first schema generators create this type of output.
Desktop (please complete the following information):
OS: macOS 10.13.7
Python Version: 3.10.15
openapi-python-client version 0.5.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Not having a schema on the returned content will generate an "Unknown media type schema type" exception. This is valid schema and many code first schema generators create this type of output.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: