Skip to content

Commit 1d0371d

Browse files
authored
Add notice about not being able to upload new files via the API yet
1 parent 7d524a9 commit 1d0371d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

source/includes/_files.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Files
22

3+
<aside class="notice">
4+
You cannot upload new files via the API yet - this is coming soon
5+
</aside>
6+
37
## List Files and Folders
48

59
```shell

source/includes/_printers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ curl https://api.simplyprint.io/{id}/printers/actions/CreateJob?pid=1234&filesys
323323
}
324324
```
325325

326+
<aside class="notice">
327+
You cannot upload new files via the API yet - only files from your file system or print queue can be printed via the API
328+
</aside>
329+
326330
This endpoint can be used to create a print job for one or more printers. The printers have to be in the `operational` state.
327331

328332
### Request

source/includes/_queue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ curl https://api.simplyprint.io/{id}/queue/AddItem \
3333
This endpoint requires the <b>Print Farm</b> plan.
3434
</aside>
3535

36+
<aside class="notice">
37+
You cannot upload new files via the API yet - this is coming soon
38+
</aside>
39+
3640
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.
3741

3842
**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.

0 commit comments

Comments
 (0)