Reporting: Update swagger and openapi doc for deleted deprecated endpoint for Email (#83832)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user