Modifies the privacy protection of the domain. Its current state can be viewed with the List domain's information method.
Name | Data Type | Status | Description |
auth-id or sub-auth-id or sub-auth-user | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
domain-name | String | Required | Name of the domain |
status | Integer | Required | 1 or 0 for enable or disable |
When the authentication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
If there is not added a domain name or if the requested domain does not exist in your account, the following status will be returned:
{"status":"Failed","statusDescription":"Missing domain-name"}
If there is not added a value for the status parameter, the following status will be returned:
{"status":"Failed","statusDescription":"Wrong status parameter"}
Note: These are example errors in JSON format, and these are not the only errors that can be displayed.
URL JSON: https://api.cloudns.net/domains/edit-privacy-protection.json
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com&status=1
POST/GET: sub-auth-id=0&auth-password=password&domain-name=domain.com&status=1
URL XML: https://api.cloudns.net/domains/edit-privacy-protection.xml
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com&status=1
POST/GET: sub-auth-id=0&auth-password=password&domain-name=domain.com&status=1