File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
780784curl 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
828836curl 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
867879curl https://api.simplyprint.io/{id}/queue/groups/SetOrder? queue_group=123 \
868880 -X POST \
You can’t perform that action at this time.
0 commit comments