This commit is contained in:
Christopher Homberger
2025-05-03 13:48:01 +02:00
parent dfd27c1b60
commit 1845ac7428
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func ListWorkflowRuns(ctx *context.APIContext) {
// - application/json
// responses:
// "200":
// "$ref": "#/responses/ActionWorkflowRunsResponse"
// "$ref": "#/responses/WorkflowRunsList"
shared.ListRuns(ctx, ctx.Doer.ID, 0)
}
+1 -1
View File
@@ -17935,7 +17935,7 @@
"operationId": "getUserWorkflowRuns",
"responses": {
"200": {
"$ref": "#/responses/ActionWorkflowRunsResponse"
"$ref": "#/responses/WorkflowRunsList"
}
}
}