docs: fix to OAS generator following Zod update + generate API reference (#13030)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @schema AdminCreateStockLocationFulfillmentSet
|
||||
* type: object
|
||||
* description: The fulfillment set to create.
|
||||
* required:
|
||||
* - type
|
||||
* - name
|
||||
* properties:
|
||||
* name:
|
||||
* type: string
|
||||
* title: name
|
||||
* description: The fulfillment set's name.
|
||||
* type:
|
||||
* type: string
|
||||
* title: type
|
||||
* description: The fulfillment set's type.
|
||||
* x-schemaName: AdminCreateStockLocationFulfillmentSet
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user