Skip to content

Commit ed7fb49

Browse files
authored
Update _printers.md
1 parent 8c3beb4 commit ed7fb49

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/includes/_printers.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ curl https://api.simplyprint.io/{id}/printers/actions/CreateJob?pid=1234&filesys
277277
}
278278
```
279279

280-
<aside class="notice">
281-
This endpoint requires the <b>Print Farm</b> plan.
282-
</aside>
283-
284280
This endpoint can be used to create a print job for one or more printers. The printers have to be in the `operational` state.
285281

286282
### Request
@@ -294,7 +290,7 @@ To start a print job you must either specify a `filesystem` ID, a `queue_file` I
294290
| `pid` | integer or integer[] | yes | The ID(s) of the printer to create the job for. |
295291
| `filesystem` | string | no | The filesystem ID of the file to print. |
296292
| `queue_file` | integer | no | The queue ID of the queue item to print. |
297-
| `next_queue_item` | boolean | no | If true, the next queue item will be printed. |
293+
| `next_queue_item` | boolean | no | If true, the next queue item will be printed.<br>**This requires the Print Farm plan** |
298294

299295
### Response
300296

0 commit comments

Comments
 (0)