Setting openapi_default_renderer='httpdomain'does not allow using the documented filter operations anymore.
Checking the code, this seems to be the default case. As this would therefore always render the whole schema at once, it is rather unusable without a way to filter for methods and paths.
Setting
openapi_default_renderer='httpdomain'
does not allow using the documented filter operations anymore.Checking the code, this seems to be the default case. As this would therefore always render the whole schema at once, it is rather unusable without a way to filter for methods and paths.
Is there a workaround for this?