Chore: Update api docs (#92616)

This commit is contained in:
Ezequiel Victorero 2024-10-07 14:49:58 -03:00 committed by GitHub
parent 3e583ff423
commit cc40211f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View File

@ -6563,6 +6563,9 @@
"orientation": {
"type": "string"
},
"pdfShowTemplateVariables": {
"type": "boolean"
},
"timeRange": {
"$ref": "#/definitions/ReportTimeRange"
}

View File

@ -19226,6 +19226,9 @@
"orientation": {
"type": "string"
},
"pdfShowTemplateVariables": {
"type": "boolean"
},
"timeRange": {
"$ref": "#/definitions/ReportTimeRange"
}

View File

@ -9452,6 +9452,9 @@
"orientation": {
"type": "string"
},
"pdfShowTemplateVariables": {
"type": "boolean"
},
"timeRange": {
"$ref": "#/components/schemas/ReportTimeRange"
}