-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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.