put https://app-api.geonode.com/api/configuration/active/whitelisted-ips
Updates the description of an existing whitelisted IP.
Example Request:
curl -X PUT "https://app-api.geonode.com/api/configuration/active/whitelisted-ips" \
--user "username:password" \
-H "Content-Type: application/json" \
-d '{"ip": "161.142.148.150", "description": "updated-description"}'