Skip to content

Commit

Permalink
feat(docs): update api swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored and brian-mulier-p committed Oct 1, 2024
1 parent bce3c4a commit c26d8db
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/kestra-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2583,6 +2583,13 @@ paths:
type: integer
format: int32
nullable: true
- name: scheduleDate
in: query
description: Schedule the flow on a specific date
schema:
type: string
format: date-time
nullable: true
requestBody:
content:
multipart/form-data:
Expand Down Expand Up @@ -12847,6 +12854,13 @@ paths:
type: integer
format: int32
nullable: true
- name: scheduleDate
in: query
description: Schedule the flow on a specific date
schema:
type: string
format: date-time
nullable: true
- name: tenant
in: path
required: true
Expand Down Expand Up @@ -23213,6 +23227,7 @@ components:
- originalId
- outputs
- parentId
- scheduleDate
- state
- taskRunList
- trigger
Expand Down Expand Up @@ -23257,6 +23272,10 @@ components:
type: boolean
metadata:
$ref: "#/components/schemas/ExecutionMetadata"
scheduleDate:
type: string
format: date-time
nullable: true
ExecutionController.EvalResult:
type: object
properties:
Expand Down
12 changes: 12 additions & 0 deletions public/kestra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,13 @@ paths:
type: integer
format: int32
nullable: true
- name: scheduleDate
in: query
description: Schedule the flow on a specific date
schema:
type: string
format: date-time
nullable: true
requestBody:
content:
multipart/form-data:
Expand Down Expand Up @@ -5995,6 +6002,7 @@ components:
- originalId
- outputs
- parentId
- scheduleDate
- state
- taskRunList
- trigger
Expand Down Expand Up @@ -6039,6 +6047,10 @@ components:
type: boolean
metadata:
$ref: "#/components/schemas/ExecutionMetadata"
scheduleDate:
type: string
format: date-time
nullable: true
ExecutionController.EvalResult:
type: object
properties:
Expand Down

0 comments on commit c26d8db

Please sign in to comment.