update_merge_request_note
Edit an existing GitLab merge request note by specifying the note ID, project, and merge request IID. Replace outdated or incorrect comments with new content to keep discussions accurate.
Instructions
Modify an existing merge request note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note or reply | |
| note_id | No | The ID of a thread note | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request |