From 71fe675fb789c04c54518960357e1d7a7f7f2735 Mon Sep 17 00:00:00 2001 From: Lucy Chen <140550297+lucychen-grafana@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:09:44 +0900 Subject: [PATCH] Reporting: Update swagger and openapi doc for deleted deprecated endpoint for Email (#83832) --- public/api-enterprise-spec.json | 6 +++--- public/api-merged.json | 6 +++--- public/openapi3.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 097d24e5705..ea1f0a592a5 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6280,6 +6280,9 @@ "templateVars": { "type": "object" }, + "uid": { + "type": "string" + }, "updated": { "type": "string", "format": "date-time" @@ -6342,9 +6345,6 @@ "ReportEmail": { "type": "object", "properties": { - "email": { - "type": "string" - }, "emails": { "description": "Comma-separated list of emails to which to send the report to.", "type": "string" diff --git a/public/api-merged.json b/public/api-merged.json index cc15b13c83c..40061884c2e 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -18913,6 +18913,9 @@ "templateVars": { "type": "object" }, + "uid": { + "type": "string" + }, "updated": { "type": "string", "format": "date-time" @@ -18975,9 +18978,6 @@ "ReportEmail": { "type": "object", "properties": { - "email": { - "type": "string" - }, "emails": { "description": "Comma-separated list of emails to which to send the report to.", "type": "string" diff --git a/public/openapi3.json b/public/openapi3.json index 0f05866592f..5291c6fe76f 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -9422,6 +9422,9 @@ "templateVars": { "type": "object" }, + "uid": { + "type": "string" + }, "updated": { "format": "date-time", "type": "string" @@ -9484,9 +9487,6 @@ }, "ReportEmail": { "properties": { - "email": { - "type": "string" - }, "emails": { "description": "Comma-separated list of emails to which to send the report to.", "type": "string"