chore(docs): Updated API Reference (v2) (#8609)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
4bd0917aed
commit
b23ddcdde8
@@ -0,0 +1,46 @@
|
||||
/**
|
||||
* @schema AdminPriceListBatchResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* x-schemaName: AdminPriceListBatchResponse
|
||||
* required:
|
||||
* - created
|
||||
* - updated
|
||||
* - deleted
|
||||
* properties:
|
||||
* created:
|
||||
* type: array
|
||||
* description: The price list's created.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/AdminPrice"
|
||||
* updated:
|
||||
* type: array
|
||||
* description: The price list's updated.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/AdminPrice"
|
||||
* deleted:
|
||||
* type: object
|
||||
* description: The price list's deleted.
|
||||
* required:
|
||||
* - ids
|
||||
* - object
|
||||
* - deleted
|
||||
* properties:
|
||||
* ids:
|
||||
* type: array
|
||||
* description: The deleted's ids.
|
||||
* items:
|
||||
* type: string
|
||||
* title: ids
|
||||
* description: The id's ids.
|
||||
* object:
|
||||
* type: string
|
||||
* title: object
|
||||
* description: The deleted's object.
|
||||
* deleted:
|
||||
* type: boolean
|
||||
* title: deleted
|
||||
* description: The deleted's details.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user