Alerting: Re-generate swagger definitions (#62154)
Regenerate swagger, add body binding so parameters work
This commit is contained in:
@@ -176,6 +176,12 @@ type ResponseDetails struct {
|
||||
Msg string `json:"msg"`
|
||||
}
|
||||
|
||||
// swagger:parameters BacktestConfig
|
||||
type BacktestConfigRequest struct {
|
||||
// in:body
|
||||
Body BacktestConfig
|
||||
}
|
||||
|
||||
// swagger:model
|
||||
type BacktestConfig struct {
|
||||
From time.Time `json:"from"`
|
||||
|
||||
Reference in New Issue
Block a user