From 9fc45c19290a9d204cee54f607ab71f2f1943c1f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:10:20 +0100 Subject: [PATCH] Remove 'disableip6' field from API response (#9218) Removed empty 'disableip6' field from API response. --- misc/api.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/api.func b/misc/api.func index 29290762c..d42f919fc 100644 --- a/misc/api.func +++ b/misc/api.func @@ -30,7 +30,6 @@ post_to_api() { "ram_size": $RAM_SIZE, "os_type": "$var_os", "os_version": "$var_version", - "disableip6": "", "nsapp": "$NSAPP", "method": "$METHOD", "pve_version": "$pve_version", @@ -81,7 +80,6 @@ post_to_api_vm() { "ram_size": $RAM_SIZE, "os_type": "$var_os", "os_version": "$var_version", - "disableip6": "", "nsapp": "$NSAPP", "method": "$METHOD", "pve_version": "$pve_version",