Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 724 Bytes

SWAGGER.md

File metadata and controls

21 lines (13 loc) · 724 Bytes

The Open API Specification (OAS) is a JSON Schema. Configuration can be found here

Actuator endpoints

img.png

User search, Authentication, and Authorization

  • User search requires a valid authorization token.

  • The default credentials for the user are:

      ADMIN_USERNAME=admin
      ADMIN_PASSWORD=password
    
  • Copy and paste the accessToken into to Authorize button.

img_1.png