Skip to content

Commit

Permalink
add right scheme to response
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed May 7, 2024
1 parent 40a2a94 commit 8f6f011
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
// @success 200 {object} api.PlaybookExecutionReport
// @error 400
// @Router /report/:id [GET]
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {
Expand Down

0 comments on commit 8f6f011

Please sign in to comment.