update_mr_discussion_note
Update the content of a specific note within a GitLab merge request discussion by providing the project, merge request, discussion, and note IDs along with the new Markdown body.
Instructions
Modify an existing merge request discussion note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The new content of the note (supports Markdown) | |
| note_id | Yes | The ID of the note to update | |
| project_id | Yes | Project ID or path | |
| discussion_id | Yes | The ID of the discussion | |
| merge_request_iid | Yes | Merge request internal ID |