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