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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue