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" },