Hi,
I want to set proxied to true via the API, however, getting an odd error that isn’t true (excuse the pun).
array(4) {
["name"]=>
string(15) "random-name"
["content"]=>
string(14) "1.2.3.4.5.555"
["type"]=>
string(1) "A"
["proxied"]=>
bool(true)
}
{"message":[{"code":1004,"message":"DNS Validation Error","error_chain":[{"code":9003,"message":"Invalid 'proxied' value, must be a boolean"}]}]}
Clearly proxied, is a boolean…