mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
13 lines
257 B
YAML
13 lines
257 B
YAML
"200":
|
|
description: Custom Controls
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
controls:
|
|
type: array
|
|
items:
|
|
type: object
|
|
additionalProperties: true
|