updateBlogSettings

Previous page  First page  Next page

Description

Enables or disables a specified profile setting in the Publisher Control Panel for a specified blog.

 

 

Syntax

reseller.updateBlogSettings(version, username, password, blog_id, type, on/off)

 

 

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 to update.

 

type - The type of setting to enable or disable. Allowed values:
- cosmos - enable or disable the Post Cosmos feature. This is useful if you have disabled the Post Cosmos feature in your users' Publisher Control Panel.

 

on/off - A Boolean that indicates whether to enable or disable the setting.

 

 

Response Fields

Returns TRUE on success.