====== Changing of IP ranges ====== === Description === Sets the specified range limits to the new values. === Request code === OC_SETIPRANGES === Request errors === ^ Request code ^ Code meaning ^ Explanation ^ | QE_IPLIST_NOT_FOUND | IPList not found | IP list was not found | === Request body === "Action":, "Data":{ "Token":, "List ID":, "Ranges":[ {"ID":,"Start":,"End":}, {"ID":,"Start":,"End":}, ... {"ID":,"Start":,"End":} ] } === Response body === "Status":"Success"