update_draft_note
Modify a draft note's body, position, or resolve discussion status on a GitLab merge request. Use this to update pending feedback before publishing.
Instructions
Update an existing draft note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| draft_note_id | Yes | The ID of the draft note | |
| body | No | The content of the draft note | |
| position | No | Position when creating a diff note | |
| resolve_discussion | No | Whether to resolve the discussion when publishing |