mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
16 lines
448 B
YAML
16 lines
448 B
YAML
summary: Issue an SD command
|
||
operationId: sendSdCmd
|
||
description: >-
|
||
SD commands allow initialization, refresh and release of the printer’s SD card (if available).
|
||
tags:
|
||
- SD Card
|
||
requestBody:
|
||
$ref: ../../components/requestBodies/PrinterSdCommand.yaml
|
||
responses:
|
||
"204":
|
||
description: >-
|
||
No error
|
||
"409":
|
||
description: >-
|
||
If a refresh or release command is issued but the SD card has not been initialized (e.g. via init.
|