JGithubGists::editComment
Method to update a comment on a gist.
Signature
public function editComment(integer
$commentId,
string
$body )
Parameters
-
$commentId
- The id of the comment to update.
-
$body
- The new body text for the comment.