File tree 1 file changed +13
-1
lines changed
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 \
728
728
## Get groups
729
729
730
730
<aside class =" notice " >
731
- Print Queue Groups require the <b >Pro</b > plan.
731
+ This endpoint requires the <b >Pro</b > plan.
732
732
</aside >
733
733
734
734
``` shell
@@ -776,6 +776,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Get \
776
776
777
777
## Save group
778
778
779
+ <aside class =" notice " >
780
+ This endpoint requires the <b >Pro</b > plan.
781
+ </aside >
782
+
779
783
``` shell
780
784
curl https://api.simplyprint.io/{id}/queue/groups/Save \
781
785
-X POST \
@@ -824,6 +828,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Save \
824
828
825
829
## Delete group
826
830
831
+ <aside class =" notice " >
832
+ This endpoint requires the <b >Pro</b > plan.
833
+ </aside >
834
+
827
835
``` shell
828
836
curl https://api.simplyprint.io/{id}/queue/groups/Delete? id=123 \
829
837
-X POST \
@@ -863,6 +871,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Delete?id=123 \
863
871
864
872
## Set group order
865
873
874
+ <aside class =" notice " >
875
+ This endpoint requires the <b >Pro</b > plan.
876
+ </aside >
877
+
866
878
``` shell
867
879
curl https://api.simplyprint.io/{id}/queue/groups/SetOrder? queue_group=123 \
868
880
-X POST \
You can’t perform that action at this time.
0 commit comments