Skip to content

Commit

Permalink
fix: swagger
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <[email protected]>
  • Loading branch information
shuangkun committed Apr 9, 2024
1 parent 9a27062 commit cf4b6cb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pkg/plugins/executor/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
basePath: /api/v1
consumes:
- application/json
- application/json
definitions:
AWSElasticBlockStoreVolumeSource:
description: |-
Expand Down Expand Up @@ -1299,8 +1299,8 @@ definitions:
workflow:
$ref: '#/definitions/Workflow'
required:
- workflow
- template
- workflow
- template
type: object
ExecuteTemplateReply:
properties:
Expand Down Expand Up @@ -4702,7 +4702,7 @@ definitions:
metadata:
$ref: '#/definitions/ObjectMeta'
required:
- metadata
- metadata
type: object
ZipStrategy:
description: ZipStrategy will unzip zipped input artifacts
Expand All @@ -4716,21 +4716,21 @@ paths:
post:
operationId: executeTemplate
parameters:
- in: body
name: Body
required: true
schema:
$ref: '#/definitions/ExecuteTemplateArgs'
- in: body
name: Body
required: true
schema:
$ref: '#/definitions/ExecuteTemplateArgs'
responses:
"200":
$ref: '#/responses/executeTemplate'
produces:
- application/json
- application/json
responses:
executeTemplate:
description: ""
schema:
$ref: '#/definitions/ExecuteTemplateReply'
schemes:
- http
swagger: "2.0"
- http
swagger: "2.0"

0 comments on commit cf4b6cb

Please sign in to comment.