chore(docs): Updated API Reference (automated) (#11167)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
43aa993971
commit
3e81962503
+26
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* @schema AdminBatchInventoryItemsLocationLevelsResponse
|
||||
* type: object
|
||||
* description: The result of managing inventory levels.
|
||||
* x-schemaName: AdminBatchInventoryItemsLocationLevelsResponse
|
||||
* properties:
|
||||
* created:
|
||||
* type: array
|
||||
* description: The created inventory levels.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/InventoryLevel"
|
||||
* updated:
|
||||
* type: array
|
||||
* description: The updated inventory levels.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/InventoryLevel"
|
||||
* deleted:
|
||||
* type: array
|
||||
* description: The IDs of deleted inventory levels.
|
||||
* items:
|
||||
* type: string
|
||||
* title: deleted
|
||||
* description: The ID of a deleted inventory level.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user