Closed arfaoui47 closed 3 years ago
You can swap the view definition when calling config.pyramid_apispec_add_explorer
, here is the list of options https://github.com/ergo/pyramid_apispec/blob/master/pyramid_apispec/views.py#L17
You can also just provide alternative view of your own. I'm also open to include another directive for redoc.
Is it possible to change the UI of default swagger and use Redoc?