v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
dns-records

Set external nameservers

Set external (custom) nameservers for the specified domain, replacing the default UD-managed nameservers. Use $preview=true to validate without applying changes.

put/domains/{name}/dns/nameservers

Path parameters

namestring required

Query parameters

$previewboolean required

Request body

itemsstring[] required

Response

Nameserver update operation created

@type'unstoppabledomains.com/partner.v3.DomainDnsNameServerOperationResult' required

Example response

{
  "operation": {
    "id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "dependencies": [
      {
        "id": "plop_abc12345-1234-1234-1234-abc123456789",
        "parameters": {
          "owner": {
            "id": "con_abc12345-1234-1234-1234-abc123456789"
          },
          "contacts": {
            "admin": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "billing": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "tech": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            }
          },
          "period": 1
        }
      }
    ]
  }
}