|
addBandwidth |
|
Description
Adds bandwidth to the specified blog for the current month; all changes are reversed at month end.
Syntax
reseller.addBandwidth(version, username, password, blog_id, quantity)
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 of the blog to which you want to add bandwidth. |
| • | quantity - The amount of bandwidth to be added to the blog. Bandwidth should be specified in gigabyte increments. Current supported values are 1 through 10 gigabytes. |
Response Fields
Returns TRUE on success.