mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
15 lines
323 B
YAML
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
|