Skip to content

Commit

Permalink
feat(api): add tags in swagger in search api
Browse files Browse the repository at this point in the history
  • Loading branch information
kissken committed Dec 23, 2024
1 parent 3e5ad92 commit e406cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/handler/triggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ func triggerCheck(writer http.ResponseWriter, request *http.Request) {
// @param createPager query boolean false "Create pager" default(false)
// @param pagerID query string false "Pager ID" default(bcba82f5-48cf-44c0-b7d6-e1d32c64a88c)
// @param createdBy query string false "Created By" default(moira.team)
// @param tags query []string false "Tags"
// @success 200 {object} dto.TriggersList "Successfully fetched matching triggers"
// @failure 400 {object} api.ErrorInvalidRequestExample "Bad request from client"
// @failure 404 {object} api.ErrorNotFoundExample "Resource not found"
Expand Down

0 comments on commit e406cc7

Please sign in to comment.