Skip to content

Commit

Permalink
Document missing plan requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Oct 5, 2024
1 parent 70301dd commit 726e096
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion source/includes/_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ curl https://api.simplyprint.io/{id}/queue/ReviveItem?job=1234 \
## Get groups

<aside class="notice">
Print Queue Groups require the <b>Pro</b> plan.
This endpoint requires the <b>Pro</b> plan.
</aside>

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

## Save group

<aside class="notice">
This endpoint requires the <b>Pro</b> plan.
</aside>

```shell
curl https://api.simplyprint.io/{id}/queue/groups/Save \
-X POST \
Expand Down Expand Up @@ -824,6 +828,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Save \

## Delete group

<aside class="notice">
This endpoint requires the <b>Pro</b> plan.
</aside>

```shell
curl https://api.simplyprint.io/{id}/queue/groups/Delete?id=123 \
-X POST \
Expand Down Expand Up @@ -863,6 +871,10 @@ curl https://api.simplyprint.io/{id}/queue/groups/Delete?id=123 \

## Set group order

<aside class="notice">
This endpoint requires the <b>Pro</b> plan.
</aside>

```shell
curl https://api.simplyprint.io/{id}/queue/groups/SetOrder?queue_group=123 \
-X POST \
Expand Down

0 comments on commit 726e096

Please sign in to comment.