Skip to content

Commit

Permalink
Document plan requirements of autoprint and print queue groups
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Oct 5, 2024
1 parent 3b6e6be commit 4ed0ad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/includes/_printers.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,12 @@ curl https://api.simplyprint.io/{id}/printers/OneClickPrint?pIds=1234,1235 \
| `custom_fields` | array | Array of custom fields for the print queue. |
| `queue` | array | Array of next items in the print queue. |

```
## AutoPrint enable / disable

<aside class="notice">
AutoPrint requires the <b>Print Farm</b> plan.
</aside>

```shell
curl https://api.simplyprint.io/{id}/printers/autoprint/SetEnabled \
-X POST \
Expand Down
4 changes: 4 additions & 0 deletions source/includes/_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,10 @@ curl https://api.simplyprint.io/{id}/queue/ReviveItem?job=1234 \

## Get groups

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

```shell
curl https://api.simplyprint.io/{id}/queue/groups/Get \
-H 'accept: application/json' \
Expand Down

0 comments on commit 4ed0ad9

Please sign in to comment.