UpdatePullRequestCommentInformation
Updates pull request comment information.Authenticated user can update his own comments.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id of the project. |
| RepositoryId | String | True | Id of the repository. |
| Number | String | True | Number of the pull request. |
| CommentId | String | True | Id of the comment. |
| Content | String | True | Content of the comment. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if procedure succeeded. |