Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

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.

...

1.  Edit Confluence page, insert Swagger UI macro 

Image Modified

2. Paste your OpenAPI content to macro body

Image Modified

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:

...