diff --git a/docs/web_api.md b/docs/web_api.md index 3cad6cb..f98fedf 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -2665,7 +2665,8 @@ Content-Type: application/json "job1.gcode", "job2.gcode", "subdir/job3.gcode" - ] + ], + "reset": false } ``` @@ -2679,12 +2680,18 @@ JSON-RPC request: "job1.gcode", "job2.gcode", "subdir/job3.gcode" - ] + ], + "reset": false }, "id": 4654 } ``` +Parameters: + +- `reset`: A boolean value indicating whether Moonraker should clear the + existing queued jobs before adding the new jobs. Defaults to `false`. + Returns: The current state of the job queue: