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