Skip to content

Commit 57bb755

Browse files
committed
Fix pids => pid
1 parent bdf8c15 commit 57bb755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_printers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ you want to change the printer that is connected to a pi.
652652
| `print_queue` |
653653

654654
```shell
655-
curl https://api.simplyprint.io/{id}/printers/OneClickPrint?pIds=1234,1235 \
655+
curl https://api.simplyprint.io/{id}/printers/OneClickPrint?pid=1234,1235 \
656656
-H 'accept: application/json' \
657657
-H 'X-API-KEY: {API_KEY}'
658658
```

0 commit comments

Comments
 (0)