mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Reporting: Update swagger and openapi doc for deleted deprecated endpoint for Email (#83832)
This commit is contained in:
parent
4b0547014a
commit
71fe675fb7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user