From 46371dc6b285979a287727f95c156b65e74b9cc4 Mon Sep 17 00:00:00 2001 From: rijadrahim Date: Fri, 6 Mar 2026 16:38:26 +0530 Subject: [PATCH] Add files via upload --- api-spec/openapiSpecv3-2_0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 555d3a826..9a2f2dc05 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -13844,6 +13844,21 @@ "type": "string", "description": "Text to include in the footer of each page.", "nullable": true + }, + "page_size": { + "type": "string", + "enum": [ + "A4", + "CONTINUOUS" + ], + "description": "Size of PDF page. `A4` generates a paginated A4 PDF. `CONTINUOUS` generates a WYSIWYG continuous PDF that matches the Liveboard layout. Defaults to `A4` if not specified.
Beta Version: 26.5.0.cl or later", + "nullable": true + }, + "zoom_level": { + "type": "integer", + "format": "int32", + "description": "Zoom level percentage for the PDF. Only applicable when `pdf_type` is `CONTINUOUS`. Acceptable values are integers in the range [45, 175]. Defaults to 100 if not specified.
Beta Version: 26.5.0.cl or later", + "nullable": true } } },