Swagger component for displaying custom APIs

I found the built in swagger site for the PU API and it is great. But i would like to know if this component is exposed so that i can use it to display a custom API specification? I have a vendor API json file that they don’t host as a swagger site and i would like to make it available to our app teams internally for reference.

Product: PowerShell Universal
Version: 5.0.7

It is natively supported!

If you go to API -> Documentation, you can set up your own API documentation. The URL will be relative to the base URL for your site, so your documentation url will likely start with api/. From there, you can click the
view api documentation
icon to see the swagger UI that is created.

Then, you can also see this in the top right corner to view other definitions from within the same Swagger view:
image

Hope this helps!
:wavy_dash:ZG

Thank you. i will look at this.