Multiple Swagger docs

Hello Mythz!

I would like to separate Swagger documentation by services. E.g. the integration service be a separate documentation and the rest is another one. How can I do that?

Thank you,
Tom

The Swagger UI that comes with Open API Feature is the stock standard UI with limited customizability. The only built-in grouping feature is by Grouping APIs with Tags.

Otherwise you can add patch.js/patch-preload.js to run custom javascript where you can customize the swaggerUi object.

Personally Iā€™d recommend using the built-in API Explorer which we develop and maintain which is a lot more customizable where each API can include custom HTML as well as dynamic custom components as seen in our video:

Thanks Mythz, I will check the API Explorer.

1 Like