docs: fix to OAS generator following Zod update + generate API reference (#13030)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @schema AdminCreateInventoryLocationLevel
|
||||
* type: object
|
||||
* description: The inventory level's details.
|
||||
* required:
|
||||
* - location_id
|
||||
* properties:
|
||||
* location_id:
|
||||
* type: string
|
||||
* title: location_id
|
||||
* description: The ID of the associated location.
|
||||
* 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: AdminCreateInventoryLocationLevel
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user