update_merge_request_note
Modify an existing comment on a GitLab merge request by providing project ID, merge request IID, note ID, and updated content.
Instructions
Edit a comment on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| merge_request_iid | No | MR internal ID | |
| note_id | No | Note ID to update | |
| body | No | Updated note content |