-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update authentication.yaml - updated authToken desc
- Loading branch information
1 parent
5298e41
commit 7303443
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ paths: | |
/auth/backend: | ||
parameters: [] | ||
post: | ||
summary: Get Server to Server OpenAPI tokens | ||
summary: Get Server to Server Tokens | ||
operationId: post-auth-backend | ||
tags: | ||
- Auth | ||
|
@@ -153,10 +153,10 @@ paths: | |
email: [email protected] | ||
password: 1mdsafu3nf9x | ||
description: '' | ||
description: Get Server to Server OpenAPI tokens | ||
description: Get Server to Server tokens | ||
security: [] | ||
delete: | ||
summary: Delete Backend OpenAPI tokens | ||
summary: Delete Backend API tokens | ||
operationId: delete-auth-backend | ||
responses: | ||
'200': | ||
|
@@ -212,7 +212,7 @@ paths: | |
errMsg: No matching token was found | ||
meta: | ||
message: Not Found Error | ||
description: Delete backend OpenAPI tokens. | ||
description: Delete backend API tokens. | ||
security: | ||
- authToken: [] | ||
requestBody: | ||
|
@@ -323,7 +323,7 @@ paths: | |
example-1: | ||
value: {} | ||
operationId: get-backend-tokens | ||
description: Get all Server to Server OpenAPI tokens | ||
description: Get all Server to Server tokens | ||
parameters: | ||
- schema: | ||
type: integer | ||
|
@@ -339,7 +339,7 @@ paths: | |
description: Pagination offset | ||
/auth/storefront: | ||
get: | ||
summary: Get a Storefront OpenAPI AuthToken | ||
summary: Get a Storefront API AuthToken | ||
tags: | ||
- Auth | ||
responses: | ||
|
@@ -410,7 +410,7 @@ paths: | |
meta: | ||
message: Invalid token header. No credentials provided. | ||
operationId: get-auth-storefront | ||
description: Get a storefront openAPI authToken | ||
description: Get a storefront API authToken | ||
parameters: | ||
- schema: | ||
type: string | ||
|
@@ -599,7 +599,7 @@ components: | |
authToken: | ||
name: authToken | ||
description: |- | ||
An API key is a token that you provide when making API calls. Include the token in a header parameter called `authToken`. | ||
Required to authenticate requests. Include the token in a header parameter called `authToken`. | ||
type: apiKey | ||
in: header | ||
security: | ||
|