v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
vanity name servers

Enable vanity name servers

Enables Vanity Name Servers for the domain.

This method sets up the appropriate A and AAAA records for the domain to provide vanity name servers, but it does not change the delegation for the domain. To change the delegation for domains to vanity name servers use the endpoints to Delegate to Vanity Name Servers or Dedelegate from Vanity Name Servers.

put/{account}/vanity/{domain}

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully enabled vanity name servers on the domain.

Example response

{
  "data": [
    {
      "created_at": "2010-01-01T01:00:00Z",
      "updated_at": "2010-01-01T01:00:00Z"
    }
  ]
}