From 12cc312920343c3d6840c1270eb3ec01095da354 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Tue, 22 Oct 2024 15:18:14 -0300 Subject: [PATCH] Chore: Update swagger docs (#94701) --- 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 ff82b23fbd2..150fe8fef2f 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6937,6 +6937,9 @@ "orientation": { "type": "string" }, + "pdfCombineOneFile": { + "type": "boolean" + }, "pdfShowTemplateVariables": { "type": "boolean" }, diff --git a/public/api-merged.json b/public/api-merged.json index 6b2f22e8d89..0d173b7db09 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -19599,6 +19599,9 @@ "orientation": { "type": "string" }, + "pdfCombineOneFile": { + "type": "boolean" + }, "pdfShowTemplateVariables": { "type": "boolean" }, diff --git a/public/openapi3.json b/public/openapi3.json index 9424c6bbccb..febd634d8f5 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -9557,6 +9557,9 @@ "orientation": { "type": "string" }, + "pdfCombineOneFile": { + "type": "boolean" + }, "pdfShowTemplateVariables": { "type": "boolean" },