docs: generate API reference for 2.12.3 (#14341)

This commit is contained in:
Shahed Nasser
2025-12-17 18:19:46 +02:00
committed by GitHub
parent c0ec54fc15
commit 52e965f411
134 changed files with 7706 additions and 12 deletions
@@ -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`
*
*/