Swagger: Remove redundant annotation (#81780)

This commit is contained in:
Sofia Papagiannaki
2024-02-02 15:11:23 +02:00
committed by GitHub
parent ab00276d6f
commit cf6ebb0548
4 changed files with 0 additions and 29 deletions

View File

@@ -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

View File

@@ -1344,13 +1344,6 @@
"operationId": "renderReportPDF",
"deprecated": true,
"parameters": [
{
"type": "integer",
"format": "int64",
"name": "DashboardID",
"in": "path",
"required": true
},
{
"type": "integer",
"format": "int64",

View File

@@ -7850,13 +7850,6 @@
"operationId": "renderReportPDF",
"deprecated": true,
"parameters": [
{
"type": "integer",
"format": "int64",
"name": "DashboardID",
"in": "path",
"required": true
},
{
"type": "integer",
"format": "int64",

View File

@@ -21283,15 +21283,6 @@
"description": "Please refer to [reports enterprise](#/reports/renderReportPDFs) instead. This will be removed in Grafana 10.",
"operationId": "renderReportPDF",
"parameters": [
{
"in": "path",
"name": "DashboardID",
"required": true,
"schema": {
"format": "int64",
"type": "integer"
}
},
{
"in": "path",
"name": "dashboardID",