We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a2a94 commit 8f6f011Copy full SHA for 8f6f011
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
+// @success 200 {object} api.PlaybookExecutionReport
47
// @error 400
48
// @Router /report/:id [GET]
49
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {
0 commit comments