Skip to content

Commit 4ed0ad9

Browse files
committed
Document plan requirements of autoprint and print queue groups
1 parent 3b6e6be commit 4ed0ad9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

source/includes/_printers.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -656,10 +656,12 @@ curl https://api.simplyprint.io/{id}/printers/OneClickPrint?pIds=1234,1235 \
656656
| `custom_fields` | array | Array of custom fields for the print queue. |
657657
| `queue` | array | Array of next items in the print queue. |
658658

659-
```
660-
661659
## AutoPrint enable / disable
662660

661+
<aside class="notice">
662+
AutoPrint requires the <b>Print Farm</b> plan.
663+
</aside>
664+
663665
```shell
664666
curl https://api.simplyprint.io/{id}/printers/autoprint/SetEnabled \
665667
-X POST \

source/includes/_queue.md

+4
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,10 @@ curl https://api.simplyprint.io/{id}/queue/ReviveItem?job=1234 \
723723

724724
## Get groups
725725

726+
<aside class="notice">
727+
Print Queue Groups require the <b>Pro</b> plan.
728+
</aside>
729+
726730
```shell
727731
curl https://api.simplyprint.io/{id}/queue/groups/Get \
728732
-H 'accept: application/json' \

0 commit comments

Comments
 (0)