Update IP information
PATCH /ips
PATCH
/ips
Updates the DNS name for a specified IP address.
Request Body required
object
address
required
The IP address to update (required)
string
dns_name
The new DNS name for the IP address
string
Responses
200
Successful update of IP information
object
success
boolean
data
object
address
string
dns_name
string
family
object
value
integer
400
Bad request or update failed
object
success
boolean
message
The DNS name does not have an A or AAAA recorde
string