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 github-actions[bot] committed Jul 18, 2024
1 parent 5cb5058 commit 929336c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/kestra-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,7 @@ paths:
- $ref: '#/components/schemas/Flow'
- $ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/flows/delete/by-ids:
delete:
tags:
Expand Down Expand Up @@ -5570,6 +5571,7 @@ paths:
items:
$ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/flows/{namespace}/{id}:
get:
tags:
Expand Down Expand Up @@ -5656,6 +5658,7 @@ paths:
- $ref: '#/components/schemas/FlowWithSource'
- $ref: '#/components/schemas/Flow'
example: null
deprecated: true
delete:
tags:
- Flows
Expand Down Expand Up @@ -6001,6 +6004,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Flow'
deprecated: true
/api/v1/flows/{namespace}/{id}/{taskId}/{tenant}:
patch:
tags:
Expand Down Expand Up @@ -6039,6 +6043,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Flow'
deprecated: true
/api/v1/flows/{namespace}/{id}/{tenant}:
get:
tags:
Expand Down Expand Up @@ -6124,6 +6129,7 @@ paths:
- $ref: '#/components/schemas/FlowWithSource'
- $ref: '#/components/schemas/Flow'
example: null
deprecated: true
delete:
tags:
- Flows
Expand Down Expand Up @@ -6217,6 +6223,7 @@ paths:
items:
$ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/flows/{tenant}:
post:
tags:
Expand All @@ -6243,6 +6250,7 @@ paths:
- $ref: '#/components/schemas/Flow'
- $ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/forgotten-password:
get:
summary: Send an email to reset a password.
Expand Down
4 changes: 4 additions & 0 deletions public/kestra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ paths:
- $ref: '#/components/schemas/Flow'
- $ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/flows/delete/by-ids:
delete:
tags:
Expand Down Expand Up @@ -2291,6 +2292,7 @@ paths:
items:
$ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
/api/v1/flows/{namespace}/{id}:
get:
tags:
Expand Down Expand Up @@ -2376,6 +2378,7 @@ paths:
- $ref: '#/components/schemas/Flow'
- $ref: '#/components/schemas/FlowWithSource'
example: null
deprecated: true
delete:
tags:
- Flows
Expand Down Expand Up @@ -2577,6 +2580,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Flow'
deprecated: true
/api/v1/logs/search:
get:
tags:
Expand Down

0 comments on commit 929336c

Please sign in to comment.