v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrar delegation

Change domain name servers

Changes the domain name servers.

put/{account}/registrar/domains/{domain}/delegation

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Request body

string[] required

Example request

[
  "ns1.dnsimple.com",
  "ns2.dnsimple.com",
  "ns3.dnsimple.com",
  "ns4.dnsimple.com"
]

Response

Successfully updated the domain name servers.

dataDomainNameServer[]