Skip to content

Commit 798ee00

Browse files
authored
Merge branch 'release/v1.24' into fix-various-backport
2 parents ffda8f4 + 053f918 commit 798ee00

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

routers/api/v1/swagger/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ type swaggerResponseActionWorkflow struct {
4444
// swagger:response ActionWorkflowList
4545
type swaggerResponseActionWorkflowList struct {
4646
// in:body
47-
Body []api.ActionWorkflow `json:"body"`
47+
Body api.ActionWorkflowResponse `json:"body"`
4848
}

templates/swagger/v1_json.tmpl

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)