v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrar delegation

Delegate to vanity name servers

Delegate a domain to vanity name servers.

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

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Request body

string[] required

Example request

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

Response

Successfully delegated to vanity name servers.

Example response

{
  "data": [
    {
      "id": 1,
      "name": "ns1.example.com",
      "ipv4": "127.0.0.1",
      "ipv6": "::1",
      "created_at": "2016-07-11T09:40:19Z",
      "updated_at": "2016-07-11T09:40:19Z"
    }
  ]
}