Skip to content

Commit

Permalink
Update authentication.yaml - updated authToken desc
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Oct 4, 2024
1 parent 5298e41 commit 7303443
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/b2b-edition/specs/api-v3/authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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':
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7303443

Please sign in to comment.