octoprint-open-api/openapi/components/parameters/fileRecursive.yaml
2020-10-23 22:38:51 +02:00

7 lines
180 B
YAML

in: query
name: recursive
description: If set to true, return all files and folders recursively. Otherwise only return items on same level.
required: false
schema:
type: boolean