Skip to content

Commit 6fadf91

Browse files
Documented the new label_download_type functionality, which can inline labels as Base64-encoded strings
1 parent be8b169 commit 6fadf91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

requests/purchase_label_request_body.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,13 +680,23 @@
680680
"type": "string"
681681
},
682682
"label_format": {
683+
"default": "pdf",
683684
"title": "label_format",
684685
"type": "string",
685686
"enum": [
686687
"pdf",
687688
"png",
688689
"zpl"
689690
]
691+
},
692+
"label_download_type": {
693+
"default": "url",
694+
"title": "label_download_type",
695+
"type": "string",
696+
"enum": [
697+
"url",
698+
"inline"
699+
]
690700
}
691701
}
692702
}

0 commit comments

Comments
 (0)