Files
2020-11-04 00:02:26 +01:00

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