update_mr_note
Edit the body of an existing merge request note using its global ID. Supports a dry-run mode to preview changes before applying.
Instructions
Edit the body of an existing MR note. Get note_id from list_mr_notes. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note global ID (e.g. gid://gitlab/Note/123 or gid://gitlab/DiscussionNote/123). Returned by list_mr_notes. | |
| body | Yes | New note body (Markdown). Replaces the existing content entirely. | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |