Curl seems to be giving me conflicting response when i POST, GET or PATCH. Using POST/GET i can see that my target IP address (10.130.9.35) exists as below. However, trying to update it using PATCH results in an error. GET: -Message:curl -X GET https://xxxxxxxx/phpipam/api/dev/addresses/ –header ‘token: xxxxxxxxxx’ –header “Content-Type: application/json” -Response: {“id”:”15″,”subnetId”:”13″,”ip”:”10.130.9.35“,”is_gateway”:”0″,”description”:”12345″,”hostname”:null,”mac”:null,”owner”:null,”tag”:”2″,”deviceId”:null,”location”:null,”port”:null,”note”:null,”lastSeen”:”1970-01-01 00:00:01″,”excludePing”:”0″,”PTRignore”:”0″,”PTR”:”0″,”firewallAddressObject”:null,”editDate”:null,”customer_id”:null,”custom_Location (Coordinates)”:null,”custom_Latitude”:”12345″,”custom_Longitude”:”12345″,”custom_CID”:”12345″} POST: […]