update api.json
This commit is contained in:
parent
d4f94c8b8c
commit
d1647a6b20
@ -1,4 +1,4 @@
|
|||||||
11
|
12
|
||||||
{
|
{
|
||||||
"methods": {
|
"methods": {
|
||||||
"Actions.ExecuteAction": {
|
"Actions.ExecuteAction": {
|
||||||
@ -491,6 +491,18 @@
|
|||||||
"$ref:ParamType"
|
"$ref:ParamType"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"InputType": [
|
||||||
|
"InputTypeNone",
|
||||||
|
"InputTypeTextLine",
|
||||||
|
"InputTypeTextArea",
|
||||||
|
"InputTypePassword",
|
||||||
|
"InputTypeSearch",
|
||||||
|
"InputTypeMail",
|
||||||
|
"InputTypeIPv4Address",
|
||||||
|
"InputTypeIPv6Address",
|
||||||
|
"InputTypeUrl",
|
||||||
|
"InputTypeMacAddress"
|
||||||
|
],
|
||||||
"LogEntry": {
|
"LogEntry": {
|
||||||
"loggingLevel": "$ref:LoggingLevel",
|
"loggingLevel": "$ref:LoggingLevel",
|
||||||
"o:active": "Bool",
|
"o:active": "Bool",
|
||||||
@ -536,6 +548,7 @@
|
|||||||
"Variant"
|
"Variant"
|
||||||
],
|
],
|
||||||
"o:defaultValue": "Variant",
|
"o:defaultValue": "Variant",
|
||||||
|
"o:inputType": "$ref:InputType",
|
||||||
"o:maxValue": "Variant",
|
"o:maxValue": "Variant",
|
||||||
"o:minValue": "Variant",
|
"o:minValue": "Variant",
|
||||||
"type": "$ref:BasicType"
|
"type": "$ref:BasicType"
|
||||||
|
|||||||
Reference in New Issue
Block a user