Skip to content

Commit

Permalink
fix: swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Jan 23, 2025
1 parent a6eff63 commit 7123776
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 @@ -423,6 +423,7 @@ func getSearchRequestString(request *http.Request) string {
// @param to query string false "End time of the time range" default(now)
// @param sort query string false "String to set sort order (by events_count). On empty - no order, asc - ascending, desc - descending" default(desc)
// @success 200 {object} dto.TriggerNoisinessList "Get noisiness for triggers in range"
// @failure 400 {object} api.ErrorInvalidRequestExample "Bad request from client"
// @failure 422 {object} api.ErrorRenderExample "Render error"
// @failure 500 {object} api.ErrorInternalServerExample "Internal server error"
// @router /trigger/noisiness [get]
Expand Down

0 comments on commit 7123776

Please sign in to comment.