mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(API): Fix public api workflow openApi examples (#19170)
This commit is contained in:
@@ -17,7 +17,7 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
example: n8n-nodes-base.Jira
|
example: n8n-nodes-base.jira
|
||||||
typeVersion:
|
typeVersion:
|
||||||
type: number
|
type: number
|
||||||
example: 1
|
example: 1
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ properties:
|
|||||||
$ref: './node.yml'
|
$ref: './node.yml'
|
||||||
connections:
|
connections:
|
||||||
type: object
|
type: object
|
||||||
example: { main: [{ node: 'Jira', type: 'main', index: 0 }] }
|
example: { Jira: { main: [[{ node: 'Jira', type: 'main', index: 0 }]] } }
|
||||||
settings:
|
settings:
|
||||||
$ref: './workflowSettings.yml'
|
$ref: './workflowSettings.yml'
|
||||||
staticData:
|
staticData:
|
||||||
|
|||||||
Reference in New Issue
Block a user