chore(docs): Updated API Reference (automated) (#14470)
* chore(docs): Generated API Reference (automated) * fixes * fix locale header --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
76ff8dcca8
commit
1af99f8d5c
@@ -6,9 +6,9 @@ required:
|
||||
- type
|
||||
- options
|
||||
- images
|
||||
- length
|
||||
- title
|
||||
- status
|
||||
- length
|
||||
- id
|
||||
- created_at
|
||||
- updated_at
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
type: object
|
||||
description: The list of translatable entities.
|
||||
x-schemaName: AdminTranslationEntitiesResponse
|
||||
required:
|
||||
- data
|
||||
- count
|
||||
- offset
|
||||
- limit
|
||||
properties:
|
||||
data:
|
||||
type: array
|
||||
description: The list of translatable entities.
|
||||
items:
|
||||
allOf:
|
||||
- type: object
|
||||
description: The entity's data.
|
||||
required:
|
||||
- id
|
||||
- translations
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The entity's ID.
|
||||
translations:
|
||||
type: array
|
||||
description: The entity's translations.
|
||||
items:
|
||||
$ref: ./AdminTranslation.yaml
|
||||
count:
|
||||
type: number
|
||||
title: count
|
||||
description: The total number of translatable entities.
|
||||
offset:
|
||||
type: number
|
||||
title: offset
|
||||
description: The number of items skipped before retrieving the returned items.
|
||||
limit:
|
||||
type: number
|
||||
title: limit
|
||||
description: The maximum number of items returned in the response.
|
||||
@@ -208,3 +208,8 @@ properties:
|
||||
description: The cart's promotions.
|
||||
items:
|
||||
$ref: ./StoreCartPromotion.yaml
|
||||
completed_at:
|
||||
type: string
|
||||
title: completed_at
|
||||
description: The date the cart was completed.
|
||||
format: date-time
|
||||
|
||||
@@ -131,8 +131,8 @@ properties:
|
||||
$ref: ./BaseProductImage.yaml
|
||||
required:
|
||||
- options
|
||||
- length
|
||||
- title
|
||||
- length
|
||||
- id
|
||||
- created_at
|
||||
- updated_at
|
||||
|
||||
Reference in New Issue
Block a user