You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_printers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ This endpoint can be used to pause one or multiple print jobs. The printers have
346
346
347
347
| Parameter | Type | Required | Description |
348
348
| --------- | ---- | -------- | ----------- |
349
-
|`pid`| integer or integer[]| yes | The ID(s) of the printer to pause. Pause multiple printers by comma separating printer ids.<br>**Printer must be in `PRINTER_PRINTING` state**|
349
+
|`pid`| integer or integer[]| yes | The ID(s) of the printer to pause. Pause multiple printers by comma separating printer ids.<br>**Printer must be in `PRINTING` state**|
350
350
351
351
#### Response
352
352
@@ -431,7 +431,7 @@ This endpoint can be used to cancel one or multiple print jobs. The printers hav
431
431
432
432
| Parameter | Type | Required | Description |
433
433
| --------- | ---- | -------- | ----------- |
434
-
|`pid`| integer or integer[]| yes | The ID(s) of the printer to cancel. Cancel multiple printers by comma separating printer ids.<br>**Printer must be in `PRINTER_PRINTING`, `PRINTER_PAUSED` or `PRINTER_PAUSING` state**|
434
+
|`pid`| integer or integer[]| yes | The ID(s) of the printer to cancel. Cancel multiple printers by comma separating printer ids.<br>**Printer must be in `PRINTING`, `PAUSED` or `PAUSING` state**|
0 commit comments