Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonark committed Jan 16, 2024
1 parent e138496 commit 4f41ae3
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 65 deletions.
4 changes: 2 additions & 2 deletions apis/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Auth Service"
],
"summary": "Generate Access Token",
"description": "Exchanges client credentials for access token",
"description": "Exchanges client credentials for access token. The access token should be included in each API call for authentication.",
"operationId": "GenerateAccessToken",
"requestBody": {
"required": true,
Expand Down Expand Up @@ -75,7 +75,7 @@
"Auth Service"
],
"summary": "Get Certificate",
"description": "Exchanges client credentials for access token",
"description": "This API is used to fetch the public certificate of the caller and is used to validate the access token of the caller in the request.",
"operationId": "GetCertificate",
"responses": {
"200": {
Expand Down
Loading

0 comments on commit 4f41ae3

Please sign in to comment.