= zooomr.photos.comments.editComment = Edit the text of a comment as the currently authenticated user. === Authentication === This method requires authentication with 'write' permission. Note: This method requires an HTTP POST request. === Arguments === api_key (Required) Your API application key. comment_id (Required) The id of the comment to edit. comment_text (Required) Update the comment to this text. === Example Response === {{{ {"stat": "ok"} }}}