Skip to content

Commit 5fecdc2

Browse files
committed
Removed internal constants
1 parent 67c0254 commit 5fecdc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/_printers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ This endpoint can be used to pause one or multiple print jobs. The printers have
346346

347347
| Parameter | Type | Required | Description |
348348
| --------- | ---- | -------- | ----------- |
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** |
350350

351351
#### Response
352352

@@ -431,7 +431,7 @@ This endpoint can be used to cancel one or multiple print jobs. The printers hav
431431

432432
| Parameter | Type | Required | Description |
433433
| --------- | ---- | -------- | ----------- |
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** |
435435

436436
#### Request body
437437

0 commit comments

Comments
 (0)