mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-16 22:40:23 +00:00
17 lines
506 B
YAML
17 lines
506 B
YAML
summary: Issue a file command
|
|
operationId: sendFileCommand
|
|
description: Issue a file command to an existing file.
|
|
tags:
|
|
- Files
|
|
parameters:
|
|
- $ref: ../../../components/parameters/fileLocation.yaml
|
|
- $ref: ../../../components/parameters/filePath.yaml
|
|
- $ref: ../../../components/parameters/fileRecursive.yaml
|
|
responses:
|
|
"200":
|
|
description: Returns a Retrieve Response
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: ../../../components/schemas/files/RetrieveResponse.yaml
|