mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
11 lines
325 B
YAML
11 lines
325 B
YAML
summary: Retrieve custom controls
|
|
operationId: getCustomControls
|
|
description: >-
|
|
Retrieves the custom controls as configured in config.yaml.
|
|
|
|
Please refer to the documentation of custom controls on what data structure to expect here.
|
|
tags:
|
|
- Command
|
|
responses:
|
|
$ref: ../../../components/responses/CustomControls.yaml
|