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":