diff --git a/server/jsonrpc/jsontypes.cpp b/server/jsonrpc/jsontypes.cpp index 2ccca746..6806fe8f 100644 --- a/server/jsonrpc/jsontypes.cpp +++ b/server/jsonrpc/jsontypes.cpp @@ -450,6 +450,7 @@ QVariantMap JsonTypes::allTypes() allTypes.insert("WirelessNetworkDevice", wirelessNetworkDeviceDescription()); allTypes.insert("TokenInfo", tokenInfoDescription()); allTypes.insert("ServerConfiguration", serverConfigurationDescription()); + allTypes.insert("WebServerConfiguration", serverConfigurationDescription()); return allTypes; } diff --git a/tests/auto/api.json b/tests/auto/api.json index 0a21dfaf..5461f8b6 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1415,6 +1415,13 @@ "id": "Uuid", "name": "String" }, + "WebServerConfiguration": { + "address": "String", + "authenticationEnabled": "Bool", + "id": "String", + "port": "Uint", + "sslEnabled": "Bool" + }, "WiredNetworkDevice": { "bitRate": "String", "interface": "String",