updateBlogStatus

Previous page  First page  Next page

Description

Changes the status of a specified blog. The change will take place, provided that it is allowed (eg; you cannot update a blog from "active" to "trial").

 

 

Syntax

reseller.updateBlogStatus(version, username, password, blog_id, status)

 

 

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.

 

status - One of:

active

onhold-readonly

onhold

pending-deletion

 

 

Response Fields

Returns TRUE on success.