docs: fix to OAS generator following Zod update + generate API reference (#13030)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
type: object
|
||||
description: The payment details.
|
||||
required:
|
||||
- order_id
|
||||
properties:
|
||||
order_id:
|
||||
type: string
|
||||
title: order_id
|
||||
description: The ID of the order associated with the payment collection.
|
||||
x-schemaName: AdminMarkPaymentCollectionPaid
|
||||
Reference in New Issue
Block a user