octoprint-open-api/openapi/paths/settings/get.yaml
2020-11-04 00:02:26 +01:00

15 lines
323 B
YAML

summary: Retrieve current settings
operationId: getSettings
description: >-
Retrieves the current configuration of OctoPrint.
tags:
- Settings
responses:
"200":
description: >-
Current OctoPrint state
content:
application/json:
schema:
$ref: ../../components/schemas/Config.yaml