From c7e10130d694347982f50bc0ad1024101e27beea Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 19 Jul 2023 13:02:35 +0100 Subject: [PATCH] fix(API): Fix issue with workflow setting not supporting newer nanoids (#6699) --- .../v1/handlers/workflows/spec/schemas/workflowSettings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflowSettings.yml b/packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflowSettings.yml index d14bba074..49f8e7206 100644 --- a/packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflowSettings.yml +++ b/packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflowSettings.yml @@ -16,8 +16,8 @@ properties: example: 3600 maxLength: 3600 errorWorkflow: - type: number - example: 10 + type: string + example: 'VzqKEW0ShTXA5vPj' description: The ID of the workflow that contains the error trigger node. timezone: type: string