Skip to content

Commit

Permalink
remove schemes specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed May 7, 2024
1 parent be4ac86 commit 9a2c818
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 @@ -23,7 +23,7 @@ func NewExecutionInformer(informer informer.IExecutionInformer) *executionInform
// Returns this to the gin context as a list if execution IDs in json format
//
// @Summary gets all the UUIDs for the executions that can be retireved
// @Schemes []list
// @Schemes
// @Description return all stored executions
// @Tags reporter
// @Produce json
Expand All @@ -39,7 +39,7 @@ 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/PlaybookExecutionReport
// @Schemes
// @Description return execution information
// @Tags reporter
// @Produce json
Expand Down

0 comments on commit 9a2c818

Please sign in to comment.