API Methods: users.editProfileComments

Description

Edits the specified profile comment, if no profile comment was specified, a new profile comment will be made.


Authentication

This method requires authentication without user credentials.

API Version

Version 1&2

Required parameters

  • user_id :
    the id of the blog containing the post. The list of blogs is available from the users.getProfileComments call.
  • target_user_id :
    the profile id the comment is being made to.
  • subject :
    the profile comment subject.
  • body :
    the profile comment.

Optional parameters

  • post_id :
    the id number of a particular profile comment

Example response

<?xml version="1.0"?>
<response status="ok" time="Fri, 18 Apr 2008 12:57:21 -0500">
    <users count="1">
        <user>
            <post_id>1</post_id>
        </user>
    </users>
</response>