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 authored and RabbITCybErSeC committed May 8, 2024
1 parent 4f0a904 commit a9b47f8
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 a9b47f8

Please sign in to comment.