docs: generate OAS for 2.11.2 (#13925)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @schema AdminUpdateInventoryLevel
|
||||
* type: object
|
||||
* description: The properties to update in the inventory level.
|
||||
* properties:
|
||||
* stocked_quantity:
|
||||
* type: number
|
||||
* title: stocked_quantity
|
||||
* description: The inventory level's stocked quantity.
|
||||
* incoming_quantity:
|
||||
* type: number
|
||||
* title: incoming_quantity
|
||||
* description: The inventory level's incoming quantity.
|
||||
* x-schemaName: AdminUpdateInventoryLevel
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user