blog.post.comments.add

Adds a comment to a blog post.

Parameters

  • text POST

    Comment contents.

  • post_id GET

    Blog post id.

  • parent_id GET Optional

    Id of the comment which should be considered as the tree root. If not specified then the new comment is added to the root of the comment tree.

  • format GET Optional

    Sets response format. Available options: json (default), xml.

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.