Skip to content

Commit cd750fa

Browse files
committed
📝 Added original page_size to combine-files endpoint.
1 parent 1b1ba49 commit cd750fa

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

specification/paths/CombineFiles.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@
4747
},
4848
"page_size": {
4949
"type": "string",
50-
"description": "One of the available page sizes, `A6` or `A4` depending on your printer.",
50+
"description": "One of the available page sizes, `A6`, `A4` or `original` depending on your printer. `original` will combine all files in their original size into a single document. `A4` will allow combining four A6 files onto one A4 paper. Note that the provided `file_ids` should have A6 formats when combining onto A4.",
5151
"enum": [
5252
"A6",
53-
"A4"
53+
"A4",
54+
"original"
5455
]
5556
},
5657
"starting_position": {
5758
"type": "string",
58-
"description": "Position on the first page to start printing labels. All positions before this one will be left empty.",
59+
"description": "This property determines the position on the first page when combining A6 labels onto an A4 paper. All positions before this one will be left empty. Only usable when `page_size` is `A4`.",
5960
"enum": [
6061
"top-left",
6162
"top-right",

0 commit comments

Comments
 (0)