mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-16 22:40:23 +00:00
17 lines
434 B
YAML
17 lines
434 B
YAML
summary: Issue a job command
|
|
operationId: sendJobCommand
|
|
description: >-
|
|
Job commands allow starting, pausing and cancelling print jobs.
|
|
tags:
|
|
- Jobs
|
|
requestBody:
|
|
$ref: ../../components/requestBodies/JobCommand.yaml
|
|
responses:
|
|
"204":
|
|
description: >-
|
|
No error
|
|
"409":
|
|
description: >-
|
|
If the printer is not operational or the current print job state does not
|
|
match the preconditions for the command.
|