domain.dns.custom.update
Example
Try it Out
{ "cuid": "D1", "host": "ns1", "old_ip": "1.2.3.4", "new_ip": "2.3.4.5" }
{ "code": 3000, "message": "Domain \"D1\" was not found." }
Parameters
Name | Type | Default |
---|---|---|
cuid |
cuid[Domain]
|
Required |
host |
string
|
Required |
old_ip |
string
|
Required |
new_ip |
string
|
Required |
Errors
Code | Name |
---|---|
3000 | DomainNotFound |
317 | InvalidIpAddress |
3001 | DomainRegistrarCommandFailed |