Skip to content

Commit

Permalink
update DELETE 200 response (empty errors array)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao committed Feb 7, 2024
1 parent dead771 commit 1cb4e39
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 16 deletions.
2 changes: 0 additions & 2 deletions reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3288,8 +3288,6 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
Expand Down
3 changes: 1 addition & 2 deletions reference/catalog/brands_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2154,8 +2154,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/catalog/categories_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2588,8 +2588,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/catalog/product-variants_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2639,8 +2639,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8925,8 +8925,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/channels.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2423,8 +2423,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4182,8 +4182,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down
3 changes: 1 addition & 2 deletions reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3058,8 +3058,7 @@ components:
- 125
errors:
type: array
items:
$ref: '#/components/schemas/Error'
example: []
meta:
$ref: '#/components/schemas/WriteCollectionSuccessMeta'
x-internal: false
Expand Down

0 comments on commit 1cb4e39

Please sign in to comment.