mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(api): Add missing node settings parameters (#3737)
This commit is contained in:
parent
7ba9a055cd
commit
803e0097fa
|
@ -18,6 +18,22 @@ properties:
|
||||||
typeVersion:
|
typeVersion:
|
||||||
type: number
|
type: number
|
||||||
example: 1
|
example: 1
|
||||||
|
executeOnce:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
alwaysOutputData:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
retryOnFail:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
maxTries:
|
||||||
|
type: number
|
||||||
|
waitBetweenTries:
|
||||||
|
type: number
|
||||||
|
continueOnFail:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
position:
|
position:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in a new issue