mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 17:16:28 +02:00
fix: hideSave no longer required, data prop
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user