Skip to content

Commit

Permalink
solving lint error due to scheme 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 120e456 commit 313cb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/reporter/reporter_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ func (executionInformer *executionInformer) getExecutions(g *gin.Context) {
// Returns this to the gin context as a PlaybookExecutionReport object at soarca/model/api/reporter
//
// @Summary gets information about an ongoing playbook execution
// @Schemes soarca/models/api/PlaybookExecutionEntry
// @Schemes soarca/models/api/PlaybookExecutionReport
// @Description return execution information
// @Tags reporter
// @Produce json
// @success 200 PlaybookExecutionEntry
// @success 200 PlaybookExecutionReport
// @error 400
// @Router /report/:id [GET]
func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {
Expand Down

0 comments on commit 313cb75

Please sign in to comment.