update_merge_request_note
Update the content of an existing note on a GitLab merge request by providing the project ID, merge request IID, note ID, and new body text.
Instructions
Modify an existing merge request note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note or reply | |
| note_id | Yes | The ID of a thread note | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request |