fix(API): Fix public api workflow openApi examples (#19170)

This commit is contained in:
Irénée
2025-09-04 09:16:00 +01:00
committed by GitHub
parent 346d3b4ba9
commit e822cf58d0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: