From cc40211f717893371a1d8ec093317b22c88f5386 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Mon, 7 Oct 2024 14:49:58 -0300 Subject: [PATCH] Chore: Update api docs (#92616) --- public/api-enterprise-spec.json | 3 +++ public/api-merged.json | 3 +++ public/openapi3.json | 3 +++ 3 files changed, 9 insertions(+) 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" }