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' \