Skip to content

Commit

Permalink
remove scheme from success specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs authored and MaartendeKruijf committed May 14, 2024
1 parent a74fcd0 commit 48b181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/reporter/reporter_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (executionInformer *executionInformer) getExecutions(g *gin.Context) {
// @Description return execution information
// @Tags reporter
// @Produce json
// @success 200 PlaybookExecutionReport
// @success 200
// @error 400
// @Router /report/:id [GET]
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {
Expand Down

0 comments on commit 48b181f

Please sign in to comment.