octoprint-open-api/openapi/paths/files/{location}/{path}-get.yaml
2020-11-04 00:02:26 +01:00

17 lines
557 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

summary: Retrieve a specific files or folders information
operationId: getFileOrFolder
description: Retrieves the selected files or folders information.
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