slabiakt
slabiakt
thanks for the PR! I have a question what about multiple content types for response body? example is here https://github.com/OpenAPITools/openapi-generator/issues/17877#issuecomment-1961411571 in the test in this MR there are such content...
@altro3 you have header "Accept" which is used for negotiation about response, in spring if you have such two endpoints: ```java @RestController @RequestMapping("/api/example") public class ExampleController { @GetMapping(produces = MediaType.APPLICATION_JSON_VALUE)...
yes, I agree that it would be better to just generate all combinations 👍