|
updateBlogTimezone |
|
Description
Updates the timezone of the specified blog. Raises an XMLRPC::FaultException if an invalid timezone is passed.
Syntax
bw.updateBlogTimezone(blog_id, username, password, new_timezone)
Request Fields
| • | blog_id - The ID of the blog that you want to update. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | new_timezone - The timezone that you want to assign to the blog. |
Response Fields
Returns TRUE on success.