updateNameservers
updateNameservers: Update nameservers for a domain. Replaces the current nameserver set with the given list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Fully qualified domain name, like "example.com", without scheme. | |
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. | |
| nameservers | Yes | List of nameserver hostnames, e.g. ["ns1.example.com", "ns2.example.com"]. |