From 72f7ff882d593e6b52b779ef4026a1bbe4ec81d9 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 6 Sep 2024 13:59:11 +0300 Subject: [PATCH] chore: fix incorrect oas property name (#9009) --- .../admin/post_admin_workflows-executions_[workflow_id]_run.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts b/www/utils/generated/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts index acbee3e76c..7a9e036b37 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts @@ -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":