From 9d4504da081ca0d72de41ecfe79c80b3b30a9755 Mon Sep 17 00:00:00 2001 From: Lucy Chen <140550297+lucychen-grafana@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:46:53 +0900 Subject: [PATCH] Reporting: Update api doc for deprecated old schedule (#84072) update api doc --- public/api-enterprise-spec.json | 11 ----------- public/api-merged.json | 11 ----------- public/openapi3.json | 11 ----------- 3 files changed, 33 deletions(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index dd15ca65c56..301069e8f96 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6016,9 +6016,6 @@ "ReportSchedule": { "type": "object", "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -6029,10 +6026,6 @@ "frequency": { "type": "string" }, - "hour": { - "type": "integer", - "format": "int64" - }, "intervalAmount": { "type": "integer", "format": "int64" @@ -6040,10 +6033,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "type": "integer", - "format": "int64" - }, "startDate": { "type": "string", "format": "date-time" diff --git a/public/api-merged.json b/public/api-merged.json index 75c450e5825..535da6ed45b 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -17840,9 +17840,6 @@ "ReportSchedule": { "type": "object", "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -17853,10 +17850,6 @@ "frequency": { "type": "string" }, - "hour": { - "type": "integer", - "format": "int64" - }, "intervalAmount": { "type": "integer", "format": "int64" @@ -17864,10 +17857,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "type": "integer", - "format": "int64" - }, "startDate": { "type": "string", "format": "date-time" diff --git a/public/openapi3.json b/public/openapi3.json index 49f5cbf42b9..a4d18749dd3 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -8824,9 +8824,6 @@ }, "ReportSchedule": { "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -8837,10 +8834,6 @@ "frequency": { "type": "string" }, - "hour": { - "format": "int64", - "type": "integer" - }, "intervalAmount": { "format": "int64", "type": "integer" @@ -8848,10 +8841,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "format": "int64", - "type": "integer" - }, "startDate": { "format": "date-time", "type": "string"