Reporting: Update swagger and openapi doc for deleted deprecated endpoint for Email (#83832)

This commit is contained in:
Lucy Chen 2024-03-06 00:09:44 +09:00 committed by GitHub
parent 4b0547014a
commit 71fe675fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"