diff --git a/server/jsonrpc/jsonrpcserver.cpp b/server/jsonrpc/jsonrpcserver.cpp index 2deaf589..1c3ab8f0 100644 --- a/server/jsonrpc/jsonrpcserver.cpp +++ b/server/jsonrpc/jsonrpcserver.cpp @@ -44,7 +44,7 @@ #include #include -#define JSON_PROTOCOL_VERSION 16 +#define JSON_PROTOCOL_VERSION 17 JsonRPCServer::JsonRPCServer(QObject *parent): JsonHandler(parent), diff --git a/tests/auto/api.json b/tests/auto/api.json index 4b78b4d9..371bb789 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -16 +17 { "methods": { "Actions.ExecuteAction": { @@ -607,7 +607,7 @@ "RuleErrorInvalidParameter", "RuleErrorInvalidRuleFormat", "RuleErrorMissingParameter", - "RuleErrorInvalidRuleActionPatameter" + "RuleErrorInvalidRuleActionParameter" ], "SetupMethod": [ "SetupMethodJustAdd",