Limit swagger documentation to Universal REST API endpoints

Product: PowerShell Universal
Version: 3.3.3

As a developer, I want to be able to provide people with a link to the swagger documentation
limited to my own REST API endpoints so that people know how to consume my API’s without being bothered with the Management API endpoints.

This is how it works in the most recent version. PSU will generate 2 different Swagger docs. One is for the management API and one is for the custom APIs.

If you visit the swagger doc page, there is a drop down to select which doc to use.

That’s great to hear! Thank you!