mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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": {
|
"templateVars": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"uid": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"updated": {
|
"updated": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
@ -6342,9 +6345,6 @@
|
|||||||
"ReportEmail": {
|
"ReportEmail": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"email": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"emails": {
|
"emails": {
|
||||||
"description": "Comma-separated list of emails to which to send the report to.",
|
"description": "Comma-separated list of emails to which to send the report to.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -18913,6 +18913,9 @@
|
|||||||
"templateVars": {
|
"templateVars": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"uid": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"updated": {
|
"updated": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
@ -18975,9 +18978,6 @@
|
|||||||
"ReportEmail": {
|
"ReportEmail": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"email": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"emails": {
|
"emails": {
|
||||||
"description": "Comma-separated list of emails to which to send the report to.",
|
"description": "Comma-separated list of emails to which to send the report to.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -9422,6 +9422,9 @@
|
|||||||
"templateVars": {
|
"templateVars": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"uid": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"updated": {
|
"updated": {
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -9484,9 +9487,6 @@
|
|||||||
},
|
},
|
||||||
"ReportEmail": {
|
"ReportEmail": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"email": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"emails": {
|
"emails": {
|
||||||
"description": "Comma-separated list of emails to which to send the report to.",
|
"description": "Comma-separated list of emails to which to send the report to.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user