update_draft_note
Update existing draft notes on GitLab merge requests by specifying the draft note ID, new body, and optional position to correct or refine feedback before publishing.
Instructions
Update an existing draft note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The content of the draft note | |
| position | No | Position when creating a diff note | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| draft_note_id | Yes | The ID of the draft note | |
| merge_request_iid | Yes | The IID of a merge request | |
| resolve_discussion | No | Whether to resolve the discussion when publishing |