Chore: Update api docs (#92616)

pull/94403/head
Ezequiel Victorero 8 months ago committed by GitHub
parent 3e583ff423
commit cc40211f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      public/api-enterprise-spec.json
  2. 3
      public/api-merged.json
  3. 3
      public/openapi3.json

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

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

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

Loading…
Cancel
Save