octoprint-open-api/openapi/paths/printer/command/post.yaml
2020-11-04 00:02:26 +01:00

16 lines
461 B
YAML

summary: Send an arbitrary command to the printer
operationId: sendPrinterCmd
description: >-
Sends any command to the printer via the serial interface. Should be used with some care as some commands can interfere with or even stop a running print job.
tags:
- Command
requestBody:
content:
application/json:
schema:
$ref: ../../../components/requestBodies/ArbitraryPrinterCmd.yaml
responses:
"204":
description: >-
No error