docs: generate API reference for 2.12.3 (#14341)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @schema AdminExportOrderResponse
|
||||
* type: object
|
||||
* description: The details of the order export.
|
||||
* x-schemaName: AdminExportOrderResponse
|
||||
* required:
|
||||
* - transaction_id
|
||||
* properties:
|
||||
* transaction_id:
|
||||
* type: string
|
||||
* title: transaction_id
|
||||
* description: The ID of the workflow execution's transaction. Use it to check the status of the export by sending a GET request to `/admin/workflows-executions/export-orders/:transaction-id`
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user