diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 69333249132..815f7deac31 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6563,6 +6563,9 @@ "orientation": { "type": "string" }, + "pdfShowTemplateVariables": { + "type": "boolean" + }, "timeRange": { "$ref": "#/definitions/ReportTimeRange" } diff --git a/public/api-merged.json b/public/api-merged.json index 5f0131a9753..82a9f456c24 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -19226,6 +19226,9 @@ "orientation": { "type": "string" }, + "pdfShowTemplateVariables": { + "type": "boolean" + }, "timeRange": { "$ref": "#/definitions/ReportTimeRange" } diff --git a/public/openapi3.json b/public/openapi3.json index c39e38d30ef..0f796668d00 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -9452,6 +9452,9 @@ "orientation": { "type": "string" }, + "pdfShowTemplateVariables": { + "type": "boolean" + }, "timeRange": { "$ref": "#/components/schemas/ReportTimeRange" }