chore: fix incorrect oas property name (#9009)

This commit is contained in:
Shahed Nasser
2024-09-06 13:59:11 +03:00
committed by GitHub
parent 62e0c593c8
commit 72f7ff882d

View File

@@ -49,10 +49,11 @@
* workflowId:
* type: string
* description: The ID of the executed workflow.
* name: workflowId
* title: workflowId
* transactionId:
* type: string
* description: The ID of the workflow exection's transaction. Use this later to track the workflow execution's progress or succeed / fail its steps.
* title: transactionId
* "400":
* $ref: "#/components/responses/400_error"
* "401":