Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-spec/openapiSpecv3-2_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/> <span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 26.5.0.cl or later</span>",
"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. <br/> <span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 26.5.0.cl or later</span>",
"nullable": true
}
}
},
Expand Down