We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2c818 commit 40a2a94Copy full SHA for 40a2a94
routes/reporter/reporter_api.go
@@ -43,7 +43,7 @@ func (executionInformer *executionInformer) getExecutions(g *gin.Context) {
43
// @Description return execution information
44
// @Tags reporter
45
// @Produce json
46
-// @success 200 PlaybookExecutionReport
+// @success 200
47
// @error 400
48
// @Router /report/:id [GET]
49
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {
0 commit comments