From d1647a6b2055fdba6699fb698d5bd84ef56660b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 25 Feb 2015 16:05:08 +0100 Subject: [PATCH] update api.json --- tests/auto/api.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/auto/api.json b/tests/auto/api.json index 715cb67d..44c2ac46 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -11 +12 { "methods": { "Actions.ExecuteAction": { @@ -491,6 +491,18 @@ "$ref:ParamType" ] }, + "InputType": [ + "InputTypeNone", + "InputTypeTextLine", + "InputTypeTextArea", + "InputTypePassword", + "InputTypeSearch", + "InputTypeMail", + "InputTypeIPv4Address", + "InputTypeIPv6Address", + "InputTypeUrl", + "InputTypeMacAddress" + ], "LogEntry": { "loggingLevel": "$ref:LoggingLevel", "o:active": "Bool", @@ -536,6 +548,7 @@ "Variant" ], "o:defaultValue": "Variant", + "o:inputType": "$ref:InputType", "o:maxValue": "Variant", "o:minValue": "Variant", "type": "$ref:BasicType"