Skip to content

Update IP information

PATCH
/ips

Updates the DNS name for a specified IP address.

Request Body required

object
address
required

The IP address to update (required)

string
45.90.13.24/24
dns_name

The new DNS name for the IP address

string
hosted-by.royalehosting.net

Responses

200

Successful update of IP information

object
success
boolean
true
data
object
address
string
1.1.1.1/24
dns_name
string
hosted-by.royalehosting.net
family
object
value
integer
4

400

Bad request or update failed

object
success
boolean
message

The DNS name does not have an A or AAAA recorde

string