Skip to content

Commit 8b537a4

Browse files
committed
Change the OpenAPI response of ListWorkflowRuns to WorkflowRunsList like it is supposed to be.
1 parent 211135b commit 8b537a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/repo/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ func (Action) ListWorkflowRuns(ctx *context.APIContext) {
747747
// type: integer
748748
// responses:
749749
// "200":
750-
// "$ref": "#/responses/ArtifactsList"
750+
// "$ref": "#/responses/WorkflowRunsList"
751751
// "400":
752752
// "$ref": "#/responses/error"
753753
// "404":

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)