September 19, 2024
0.42.9
(fix):
Previously, the OpenAPI importer would ignore skip parsing arbitrary
content types ”/“. Now it treats this content type as application/json.
openapi.json
(fix):
Previously, the OpenAPI importer would ignore skip parsing arbitrary
content types ”/“. Now it treats this content type as application/json.
1 "responses": { 2 "200": { 3 "description": "Success reply", 4 "content": { 5 "*/*": {