mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-17 06:50:26 +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
|