Alerting: Re-generate swagger definitions (#62154)

Regenerate swagger, add body binding so parameters work
This commit is contained in:
Alexander Weaver
2023-01-25 15:01:42 -06:00
committed by GitHub
parent 4a1d418157
commit eb1293ebb1
7 changed files with 523 additions and 277 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ func (f *TestingApiHandler) handleRouteEvalQueries(c *models.ReqContext, body ap
return f.svc.RouteEvalQueries(c, body)
}
func (f *TestingApiHandler) handleBacktestingConfig(ctx *models.ReqContext, conf apimodels.BacktestConfig) response.Response {
func (f *TestingApiHandler) handleBacktestConfig(ctx *models.ReqContext, conf apimodels.BacktestConfig) response.Response {
return f.svc.BacktestAlertRule(ctx, conf)
}