blog.blog.update
Updates information about the specified blog. Add all necessary blog fields to a POST request which you need to update. Available fields: url, name, status, icon, color, qty, sort.
Parameters
-
id
GET
Blog id.
-
format
GET
Optional
Sets response format. Available options:
json
(default),xml
.
Example
Error codes
-
invalid_request
Invalid formed request. Additional information about the error is available in
error_description
parameter. -
access_denied
Access to the specified API method for the current token is denied.
-
invalid_method
Unknown API method.