update_merge_request_comment
Update an existing merge request comment by specifying project, merge request, note ID, and new text. Provides confirmation of the edited comment.
Instructions
Update an existing merge request comment.
Args: project_id: GitLab project ID mr_iid: Merge request IID note_id: Note ID to update comment: Updated comment text
Returns: Confirmation message with updated comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_iid | Yes | ||
| comment | Yes | ||
| note_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |