Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 264 Bytes

updateDomainDNS.md

File metadata and controls

15 lines (15 loc) · 264 Bytes
$api->updateDomainDNS('example.com', [
    'ns1.example.com',
    'ns2.example.com'
]);
// Result:
array (2) [
    'requestID' => array (1) [
        0 => string (6) "737832"
    ]
    'orderID' => array (1) [
        0 => string (8) "O1528709"
    ]
]