Domains: Portfolio
Update domain nameservers
Set nameservers for a specified domain.
Be aware, that improper nameserver configuration can lead to the domain being unresolvable or unavailable.
Use this endpoint to configure custom DNS hosting for domains.
put/api/domains/v1/portfolio/{domain}/nameservers
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Request body
Example request
{
"ns1": "ns1.some-nameserver.tld",
"ns2": "ns2.some-nameserver.tld",
"ns3": "ns3.some-nameserver.tld",
"ns4": "ns4.some-nameserver.tld"
}Response
Success empty response
Example response
{
"message": "Request accepted"
}