fix: hideSave no longer required, data prop

This commit is contained in:
Julian Lam
2026-04-17 00:03:22 -04:00
parent 3bf398e797
commit 23a8af2ec1

View File

@@ -15,7 +15,15 @@ get:
type: string
relays:
$ref: ../../../components/schemas/admin/relays.yaml#/RelaysArray
hideSave:
type: boolean
description: A flag to instruct the template engine to hide the save button
data:
type: object
properties:
in:
type: array
items:
type: number
out:
type: array
items:
type: number
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps