updateDomainPrivacy
updateDomainPrivacy: Enable or disable WHOIS privacy protection for a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Fully qualified domain name, like "example.com", without scheme. | |
| enabled | Yes | true to enable WHOIS privacy protection, false to disable it. | |
| 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. |