Skip to content

Commit c4f0729

Browse files
authored
Fix reference to Update a Company
1 parent 653d14b commit c4f0729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ paths:
298298
299299
If you have configured required information fields in your store’s Extra Fields settings for Company accounts or Company users, you must include the field’s name and value in the `extraFields` array of the request body. For more information on extra fields, see [B2B Edition Settings](https://support.bigcommerce.com/s/article/B2B-Edition-Settings) in the Help Center.
300300
301-
After you have created a new Company account, you can configure all of its features and settings by using the [](#update-a-company) endpoint.
301+
After you have created a new Company account, you can configure all of its features and settings by using the [Update a Company](#update-a-company) endpoint.
302302
303303
### Independent vs Dependent Companies Behavior
304304
@@ -524,7 +524,7 @@ paths:
524524
put:
525525
tags:
526526
- Companies
527-
summary:
527+
summary: Update a Company
528528
operationId: put-companies-companyId
529529
description: |-
530530
Updates a Company’s attributes.
@@ -993,7 +993,7 @@ paths:
993993
- Companies
994994
summary: Update Companies (Batch)
995995
operationId: put-companies
996-
description: "Updates up to `10` Company accounts at once. See [](#update-a-company) for recommendations on formatting individual Companies in the array."
996+
description: "Updates up to `10` Company accounts at once. See [Update a Company](#update-a-company) for recommendations on formatting individual Companies in the array."
997997
parameters: []
998998
security:
999999
- authToken: []

0 commit comments

Comments
 (0)