docs: fix to OAS generator following Zod update + generate API reference (#13030)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type: object
|
||||
description: The payment's details.
|
||||
properties:
|
||||
amount:
|
||||
type: number
|
||||
title: amount
|
||||
description: The amount to capture.
|
||||
x-schemaName: AdminCreatePaymentCapture
|
||||
Reference in New Issue
Block a user