mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update api docs (#92616)
This commit is contained in:
parent
3e583ff423
commit
cc40211f71
@ -6563,6 +6563,9 @@
|
||||
"orientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"pdfShowTemplateVariables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeRange": {
|
||||
"$ref": "#/definitions/ReportTimeRange"
|
||||
}
|
||||
|
@ -19226,6 +19226,9 @@
|
||||
"orientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"pdfShowTemplateVariables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeRange": {
|
||||
"$ref": "#/definitions/ReportTimeRange"
|
||||
}
|
||||
|
@ -9452,6 +9452,9 @@
|
||||
"orientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"pdfShowTemplateVariables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeRange": {
|
||||
"$ref": "#/components/schemas/ReportTimeRange"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user