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"}'
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!