|
updateBlogTrackbackModeration |
|
Description
Changes a blog's trackback moderation setting.
Syntax
reseller.updateBlogTrackbackModeration(version, username, password, blog_id, moderation_value)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | blog_id - The ID number of the blog whose status is to be updated. |
| • | moderation_value - One of: |
none
always
only_spam
auto_delete_with_moderation
auto_delete_no_moderation
Response Fields
Returns "true" (Boolean) upon success.