markchoward7
markchoward7
Continuing to work on this, I am getting closer to finding a working solution, although it requires an update to `APIDocsView` class. I can set `endpoint` on the `swagger_config` objects...
With some more config options, it gets closer. Setting `["specs"][0]["endpoint"]` uniquely for each as well as `["specs"][0]["route"]` (which seems to have to start with `apispec_`). This appears to properly separate...
After some more investigation, looks like the second `Swagger` instance was overriding the first's config. I tried to fix it using `.copy()` and `dict()`, but it seemed to overwrite either...