update_issue_note
Update the body of an existing issue note. Provide the note ID and new Markdown content; dry-run mode shows a preview without applying changes.
Instructions
Edit the body of an existing issue note. Get note_id from list_issue_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_issue_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. |