chore(docs): Generated API Reference (v2) (#8252)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2024-07-24 09:16:25 +02:00
committed by GitHub
co-authored by kodiakhq Shahed Nasser
parent b9b65b7abb
commit b08d867e8f
12 changed files with 362 additions and 0 deletions
@@ -0,0 +1,8 @@
/**
* @schema AdminImportProductRequest
* type: object
* description: SUMMARY
* x-schemaName: AdminImportProductRequest
*
*/
@@ -0,0 +1,15 @@
/**
* @schema AdminImportProductResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminImportProductResponse
* required:
* - workflow_id
* properties:
* workflow_id:
* type: string
* title: workflow_id
* description: The product's workflow id.
*
*/