Skip to content

Swagger

Marcin Słupczyński edited this page Apr 19, 2024 · 4 revisions

Swagger documentation is available at http://localhost:8080/swagger-ui/index.html. JSON format is available at http://localhost:8080/v3/api-docs.

Implementing new endpoints

New endpoints are automatically added to Swagger, however endpoint authentication has to be implemented manually (as annotations for classes or methods). For guidance how to do it, review already implemented endpoints in our codebase or check in with your local Swagger specialist.

Clone this wiki locally