Swagger UI for Confluence

Swagger UI allows anyone to visualize and interact with the API's resources without having any of the implementation logic in place. It's automatically generated from your OpenAPI Specification, with the visual documentation making it easy for back end implementation and client side consumption.


Getting Started


1.  Edit Confluence page, insert Swagger UI macro 

2. Paste your OpenAPI content to macro body

3. If you hosted your OpenAPI content, you can edit macro to input URL of your OpenAPI content

You can use OpenAPI data from Swagger UI to test:

https://petstore.swagger.io/v2/swagger.json

4. Click Publish to save Confluence page and view generated document from Swagger UI Macro


5. Demo