vps.rdns.update

Examples

Update a record

Specify the IP address you wish to update along with the new PTR record

Try it Out
{
	"ip": "1.1.1.1",
	"host": "vps1.myhost.com"
}
{
	"code": 6200,
	"message": "IP address \"1.1.1.1\" was not found."
}

Parameters

Name Type Default
ip string Required
host string Required

Errors

Code Name
6200 IpNotFound
317 InvalidIpAddress
320 InvalidHostname