docs: fix schema of product category (#12145)
This commit is contained in:
@@ -33233,11 +33233,6 @@ components:
|
||||
- updated_at
|
||||
- deleted_at
|
||||
properties:
|
||||
products:
|
||||
type: array
|
||||
description: The category's products.
|
||||
items:
|
||||
$ref: '#/components/schemas/StoreProduct'
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
@@ -33287,6 +33282,11 @@ components:
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The date the category was deleted.
|
||||
products:
|
||||
type: array
|
||||
description: The category's products.
|
||||
items:
|
||||
$ref: '#/components/schemas/StoreProduct'
|
||||
StoreProductCategoryListResponse:
|
||||
type: object
|
||||
description: The paginated list of product categories.
|
||||
|
||||
Reference in New Issue
Block a user