Skip to content

Commit

Permalink
remove-apostrophe-from-summary (#781)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# NO TICKET


## What changed?

See slack conversation:
https://bigcommerce.slack.com/archives/C57SQ401K/p1737758629012029

Removed the apostrophe from the summary in order to fix links

<!-- Provide a bulleted list in the present tense -->
* 

## Release notes draft
<!-- Provide an entry for the release notes using simple, conversational
language. Don't be too technical. Explain how the change will benefit
the merchant and link to the feature.

Examples:
* The newly-released [X feature] is now available to use. Now, you’ll be
able to [perform Y action].
* We're happy to announce [X feature], which can help you [perform Y
action].
* [X feature] helps you to create [Y response] using the [Z query
parameter]. Now, you can deliver [ex, localized shopping experiences for
your customers].
* Fixed a bug in the [X endpoint]. Now the [Y field] will appear when
you click [Z option]. -->
* 

## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping {names}
  • Loading branch information
bc-traciporter authored Jan 27, 2025
1 parent 5c754a5 commit a7034b3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/b2b-edition/specs/api-v3/address/address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ paths:
description: External ID filter
parameters: []
post:
summary: Create a Company's Address
summary: Create a Company Address
operationId: post-companies-companyId-addresses
responses:
'200':
Expand Down
6 changes: 3 additions & 3 deletions docs/b2b-edition/specs/api-v3/company/company.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ paths:
parameters:
- $ref: "#/components/parameters/companyId"
put:
summary: Update a Company's Catalog
summary: Update a Company Catalog
operationId: put-companies-companyId-catalog
responses:
"200":
Expand Down Expand Up @@ -1922,14 +1922,14 @@ paths:
value:
catalogId: string
description: ""
description: Update a company's catalog.
description: Update a company catalog.
tags:
- Company
"/companies/{companyId}/status":
parameters:
- $ref: "#/components/parameters/companyId"
put:
summary: Update a Company's Status
summary: Update a Company Status
operationId: put-companies-companyId-status
responses:
"200":
Expand Down
6 changes: 3 additions & 3 deletions docs/b2b-edition/specs/api-v3/order/order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ paths:
put:
tags:
- Order
summary: Update Orders' Company Attribute
summary: Update Orders Company Attribute
operationId: put-orders-company
responses:
'200':
Expand Down Expand Up @@ -413,7 +413,7 @@ paths:
parameters:
- $ref: '#/components/parameters/bcOrderId'
get:
summary: Get Order's Products
summary: Get Order Products
tags:
- Order
responses:
Expand Down Expand Up @@ -471,7 +471,7 @@ paths:
put:
tags:
- Order
summary: Update Customer's BigCommerce Orders
summary: Update Customer BigCommerce Orders
operationId: put-customers-customerId-orders-bc
responses:
'200':
Expand Down
2 changes: 1 addition & 1 deletion docs/b2b-edition/specs/api-v3/super_admin/super_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ servers:
paths:
'/companies/{companyId}/super-admins':
get:
summary: Get a Company's SuperAdmins
summary: Get a Company SuperAdmins
responses:
'200':
description: OK
Expand Down
2 changes: 1 addition & 1 deletion docs/b2b-edition/specs/storefront/storefront/shopping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ paths:
- Shopping
/shoppinglists/lists:
get:
summary: Get Shopping List's ID and Name
summary: Get Shopping List ID and Name
responses:
'200':
description: OK
Expand Down

0 comments on commit a7034b3

Please sign in to comment.