mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
fix(API): Fix issue with workflow setting not supporting newer nanoids (#6699)
This commit is contained in:
parent
a79aa19833
commit
c7e10130d6
|
@ -16,8 +16,8 @@ properties:
|
||||||
example: 3600
|
example: 3600
|
||||||
maxLength: 3600
|
maxLength: 3600
|
||||||
errorWorkflow:
|
errorWorkflow:
|
||||||
type: number
|
type: string
|
||||||
example: 10
|
example: 'VzqKEW0ShTXA5vPj'
|
||||||
description: The ID of the workflow that contains the error trigger node.
|
description: The ID of the workflow that contains the error trigger node.
|
||||||
timezone:
|
timezone:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in a new issue