feat(openapi): make open_api_override_responses act on default 404 response generation#6551
Conversation
…sponse generation
|
feature should target 3.4, I think that we should also consider renaming this option to |
Done, target is now 3.4
Sure, I can change the name, but wouldn't it be a breaking change for those who use this already? But, as this is an option to add on the operation level, I fear that
Sorry I didn't understand the question 😅 In the case I faced, I've got a I was thinking that
But found out that 404 is handle in a different block of code. |
|
Thanks! |
#6221 introduces options
open_api_override_responsesto toggle default responses generation.This fix include 404 response generation into
open_api_override_responsesreach.