# Update IPv6 address range name or note This function changes an IPv6 address range's name and/or note. - This function modify the server's shared IPv6 address. To update that address, modify the /etc/wwwacct.conf file, or use WHM's interface (). - For all of cPanel & WHM's features to function properly on IPv6, the daemon listen on IPv6 addresses. To enable this functionality, select for the setting in the section of WHM's interface (). When you disable the Web Server role, the system this function. Endpoint: GET /ipv6_range_edit Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `name` (string, required) The IPv6 address range's current name. You edit the range named SHARED. Example: "ExampleRange" - `new_name` (string) The IPv6 address range's new name. * If not supplied the range keeps its old name. * You change range name to SHARED. Example: "AnotherRange" - `note` (string) The IPv6 address range's new note. If you don't specify this parameter, the function will not change the range's note. Example: "This is an update to the note." ## Response 200 fields (application/json): - `metadata` (object) - `metadata.command` (string) The method name called. Example: "ipv6_range_edit" - `metadata.reason` (string) The reason the API function failed when the field is 0. This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * - Success * - Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1