From 4ed0ad9922cca8b85db98921c77431469518b53c Mon Sep 17 00:00:00 2001 From: Johan Ohly Date: Sat, 5 Oct 2024 18:04:08 +0200 Subject: [PATCH] Document plan requirements of autoprint and print queue groups --- source/includes/_printers.md | 6 ++++-- source/includes/_queue.md | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source/includes/_printers.md b/source/includes/_printers.md index a6c8e1a8605..cbd6c832931 100644 --- a/source/includes/_printers.md +++ b/source/includes/_printers.md @@ -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 + + ```shell curl https://api.simplyprint.io/{id}/printers/autoprint/SetEnabled \ -X POST \ diff --git a/source/includes/_queue.md b/source/includes/_queue.md index 5c026e19b5e..4ebcbc53872 100644 --- a/source/includes/_queue.md +++ b/source/includes/_queue.md @@ -723,6 +723,10 @@ curl https://api.simplyprint.io/{id}/queue/ReviveItem?job=1234 \ ## Get groups + + ```shell curl https://api.simplyprint.io/{id}/queue/groups/Get \ -H 'accept: application/json' \