Skip to content

Commit aad0456

Browse files
committed
Added clarification to additem endpoint
1 parent 5fecdc2 commit aad0456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/includes/_queue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ curl https://api.simplyprint.io/{id}/queue/AddItem \
3232

3333
This endpoint adds a file to the queue. The file can either be a file on the filesystem or an uploaded stl/3mf/obj/gcode/gco/nc/npg file.
3434

35+
**Note:** if you want to specify which printer/printer type/printer model the print job should be assigned, you can [edit the print job](#update-queue-item) after it has been added to the queue.
36+
3537
### Request
3638

3739
`POST /{id}/queue/AddItem`

0 commit comments

Comments
 (0)