Skip to content

Commit 99c83be

Browse files
committed
deploy: 5fecdc2
1 parent fe8a2ea commit 99c83be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ <h4 id='query-parameters-2'>Query parameters</h4>
12001200
<td><code>pid</code></td>
12011201
<td>integer or integer[]</td>
12021202
<td>yes</td>
1203-
<td>The ID(s) of the printer to pause. Pause multiple printers by comma separating printer ids.<br><strong>Printer must be in <code>PRINTER_PRINTING</code> state</strong></td>
1203+
<td>The ID(s) of the printer to pause. Pause multiple printers by comma separating printer ids.<br><strong>Printer must be in <code>PRINTING</code> state</strong></td>
12041204
</tr>
12051205
</tbody></table>
12061206
<h4 id='response-3'>Response</h4>
@@ -1320,7 +1320,7 @@ <h4 id='query-parameters-4'>Query parameters</h4>
13201320
<td><code>pid</code></td>
13211321
<td>integer or integer[]</td>
13221322
<td>yes</td>
1323-
<td>The ID(s) of the printer to cancel. Cancel multiple printers by comma separating printer ids.<br><strong>Printer must be in <code>PRINTER_PRINTING</code>, <code>PRINTER_PAUSED</code> or <code>PRINTER_PAUSING</code> state</strong></td>
1323+
<td>The ID(s) of the printer to cancel. Cancel multiple printers by comma separating printer ids.<br><strong>Printer must be in <code>PRINTING</code>, <code>PAUSED</code> or <code>PAUSING</code> state</strong></td>
13241324
</tr>
13251325
</tbody></table>
13261326
<h4 id='request-body-2'>Request body</h4>

0 commit comments

Comments
 (0)