Skip to content

Commit

Permalink
chore: add steps to get bearer token for swagger (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored May 13, 2024
1 parent b505b9f commit 99888d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public OpenAPI theRestApi() {
info.setLicense(license);

ExternalDocumentation externalDoc = new ExternalDocumentation();
externalDoc.setDescription("RESULTS Team Jira Board");
externalDoc.setUrl("https://apps.nrs.gov.bc.ca/int/jira/projects/SILVA");
externalDoc.setDescription("Swagger login How-To");
externalDoc.setUrl("https://github.com/bcgov/nr-silva/wiki/Getting-a-Bearer-JWT-Token");

SecurityScheme securityScheme = new SecurityScheme();
securityScheme.setType(Type.HTTP);
Expand Down

0 comments on commit 99888d1

Please sign in to comment.