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": { "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"

View File

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

View File

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