Skip to content

Commit 726e096

Browse files
committed
Document missing plan requirements
1 parent 70301dd commit 726e096

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/includes/_queue.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ curl https://api.simplyprint.io/{id}/queue/ReviveItem?job=1234 \
728728
## Get groups
729729

730730
<aside class="notice">
731-
Print Queue Groups require the <b>Pro</b> plan.
731+
This endpoint requires the <b>Pro</b> plan.
732732
</aside>
733733

734734
```shell
@@ -776,6 +776,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Get \
776776

777777
## Save group
778778

779+
<aside class="notice">
780+
This endpoint requires the <b>Pro</b> plan.
781+
</aside>
782+
779783
```shell
780784
curl https://api.simplyprint.io/{id}/queue/groups/Save \
781785
-X POST \
@@ -824,6 +828,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Save \
824828

825829
## Delete group
826830

831+
<aside class="notice">
832+
This endpoint requires the <b>Pro</b> plan.
833+
</aside>
834+
827835
```shell
828836
curl https://api.simplyprint.io/{id}/queue/groups/Delete?id=123 \
829837
-X POST \
@@ -863,6 +871,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Delete?id=123 \
863871

864872
## Set group order
865873

874+
<aside class="notice">
875+
This endpoint requires the <b>Pro</b> plan.
876+
</aside>
877+
866878
```shell
867879
curl https://api.simplyprint.io/{id}/queue/groups/SetOrder?queue_group=123 \
868880
-X POST \

0 commit comments

Comments
 (0)