Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove-apostrophe-from-summary #781

Merged
merged 5 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading