Skip to content

Commit 215124e

Browse files
authored
DEVDOCS-6399 - Update authentication.yaml (#956)
Found error in api path. corrected. previously `/api/v3/io/` now `/api/io/` <!-- Ticket number or summary of work --> # [DEVDOCS-6399] ## What changed? <!-- Provide a bulleted list in the present tense --> * ## Release notes draft * Fixed server path for S2S Authentication in B2B Edition APIs ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> ping { @bc-Vince } [DEVDOCS-6399]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6399?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent ed28f38 commit 215124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/b2b-edition/specs/api-v3/authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ info:
1919
2020
version: v3
2121
servers:
22-
- url: "https://api-b2b.bigcommerce.com/api/v3/io"
22+
- url: "https://api-b2b.bigcommerce.com/api/io"
2323
security:
2424
- authToken: []
2525
tags:

0 commit comments

Comments
 (0)