Skip to content

Commit 40a2a94

Browse files
committed
remove scheme from success specification
1 parent 9a2c818 commit 40a2a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/reporter/reporter_api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (executionInformer *executionInformer) getExecutions(g *gin.Context) {
4343
// @Description return execution information
4444
// @Tags reporter
4545
// @Produce json
46-
// @success 200 PlaybookExecutionReport
46+
// @success 200
4747
// @error 400
4848
// @Router /report/:id [GET]
4949
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {

0 commit comments

Comments
 (0)