Skip to content

Commit

Permalink
gen swagger: modify workflow detail api define
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanghc committed Oct 9, 2024
1 parent 78eb23c commit 9a903a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions sqle/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17261,7 +17261,7 @@ var doc = `{
}
}
},
"v2.AssociatedOtherStageWorkflows": {
"v2.AssociatedStageWorkflows": {
"type": "object",
"properties": {
"sql_version_stage_id": {
Expand Down Expand Up @@ -18352,10 +18352,10 @@ var doc = `{
"v2.WorkflowResV2": {
"type": "object",
"properties": {
"associated_other_stage_workflows": {
"associated_stage_workflows": {
"type": "array",
"items": {
"$ref": "#/definitions/v2.AssociatedOtherStageWorkflows"
"$ref": "#/definitions/v2.AssociatedStageWorkflows"
}
},
"create_time": {
Expand Down
6 changes: 3 additions & 3 deletions sqle/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17245,7 +17245,7 @@
}
}
},
"v2.AssociatedOtherStageWorkflows": {
"v2.AssociatedStageWorkflows": {
"type": "object",
"properties": {
"sql_version_stage_id": {
Expand Down Expand Up @@ -18336,10 +18336,10 @@
"v2.WorkflowResV2": {
"type": "object",
"properties": {
"associated_other_stage_workflows": {
"associated_stage_workflows": {
"type": "array",
"items": {
"$ref": "#/definitions/v2.AssociatedOtherStageWorkflows"
"$ref": "#/definitions/v2.AssociatedStageWorkflows"
}
},
"create_time": {
Expand Down
6 changes: 3 additions & 3 deletions sqle/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4647,7 +4647,7 @@ definitions:
err_message:
type: string
type: object
v2.AssociatedOtherStageWorkflows:
v2.AssociatedStageWorkflows:
properties:
sql_version_stage_id:
type: integer
Expand Down Expand Up @@ -5400,9 +5400,9 @@ definitions:
type: object
v2.WorkflowResV2:
properties:
associated_other_stage_workflows:
associated_stage_workflows:
items:
$ref: '#/definitions/v2.AssociatedOtherStageWorkflows'
$ref: '#/definitions/v2.AssociatedStageWorkflows'
type: array
create_time:
type: string
Expand Down

0 comments on commit 9a903a2

Please sign in to comment.