mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Swagger: Remove redundant annotation (#81780)
This commit is contained in:
committed by
GitHub
parent
ab00276d6f
commit
cf6ebb0548
@@ -1021,12 +1021,6 @@ func (hs *HTTPServer) GetDashboardUIDs(c *contextmodel.ReqContext) {
|
||||
c.JSON(http.StatusOK, uids)
|
||||
}
|
||||
|
||||
// swagger:parameters renderReportPDF
|
||||
type RenderReportPDFParams struct {
|
||||
// in:path
|
||||
DashboardID int64
|
||||
}
|
||||
|
||||
// swagger:parameters restoreDashboardVersionByID
|
||||
type RestoreDashboardVersionByIDParams struct {
|
||||
// in:body
|
||||
|
||||
Reference in New Issue
Block a user