Skip to content

Commit

Permalink
Update shopping_list.yaml - update authToken, and resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Oct 4, 2024
1 parent 9a2e407 commit d984f5b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
servers:
- url: 'https://api-b2b.bigcommerce.com/api/v3/io'
security:
- Basic: []
- authToken: []
tags:
- name: Shopping List
description: Shopping List management.
Expand Down Expand Up @@ -67,8 +67,7 @@ paths:
type: integer
in: query
name: createdUserId
description: 'B2B Edition buyer user ID, if the userId has permissions to view all shopping lists of the
company, entering this parameter will filter out the shopping lists created by that user.'
description: 'B2B Edition buyer user ID, if the userId has permissions to view all shopping lists of the company, entering this parameter will filter out the shopping lists created by that user.'
security:
- authToken: []
post:
Expand Down Expand Up @@ -855,6 +854,6 @@ components:
securitySchemes:
authToken:
type: apiKey
description: An API key is a token that you provide when making API calls. Include the token in a header parameter called `authToken`.
description: Required to authenticate requests. Include the token in a header parameter called `authToken`.
name: authToken
in: header

0 comments on commit d984f5b

Please sign in to comment.