diff --git a/docs/b2b-edition/specs/api-v3/authentication.yaml b/docs/b2b-edition/specs/api-v3/authentication.yaml index a688e9b89..d69946e6a 100644 --- a/docs/b2b-edition/specs/api-v3/authentication.yaml +++ b/docs/b2b-edition/specs/api-v3/authentication.yaml @@ -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: dev.test@bundleb2b.net 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: