You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TheTransitClock
Hi,
During last weeks swagger API documentation was implemented over TheTransitClock API. This uses the last specification: OpenAPI 3.0.
In order to access swagger UI, you just need to add doc.html to the root path of the api service. For example: http://localhost:8080/api/doc.html.
It is possible to access directly to the json genered by swagger in the path /doc/openapi.json. For example: http://localhost:8080/api/doc/openapi.json. This if you want to user your own UI.