Skip to content

Commit

Permalink
Add createdBy parametr to swaggo annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Sep 7, 2023
1 parent 007abb4 commit 52150a6
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 @@ -227,6 +227,7 @@ func triggerCheck(writer http.ResponseWriter, request *http.Request) {
// @param size query integer false "Page size" default(10)
// @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)
// @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 52150a6

Please sign in to comment.