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"