10.4 mollom.updateSite
mollom.updateSite |
|||
| Required | Name | Type | Description |
| required | public_key |
string | Your public reseller key. |
| required | time |
string | Site server time in this format: yyyy-MM-dd'T'HH:mm:ss-.SSSZ |
| required | hash |
string | HMAC-SHA1 digest |
| required | nonce |
string | One time nonce |
| required | client_key |
string | The public key of the site to be updated. |
| optional | url |
string | The URL that identifies the site. |
| optional | mail |
string | The e-mail address of the site owner. |
| optional | type |
string | The site type; either 'personal', 'company', 'customer', 'non-profit'. |
| optional | language |
string | The ISO 639-1 language code of the site's primary language |
| optional | status |
integer | The initial status of the site; 1 for enabled, 0 for disabled. |
| optional | testing |
integer | The testing mode of the site; 1 for enabled, 0 for disabled. |
| returns | boolean | True if updated successfully, false otherwise. | |
Use this call to update information about a site protected by Mollom.
See http://www.sil.org/iso693-3/codes.asp for a list of the ISO 69101 language codes. Specifying the correct language code is highly recommended, as it can significantly improve the quality of Mollom's analysis.
