update_draft_note
Modify draft comments on GitLab merge request code diffs before publishing them for review.
Instructions
Update an existing draft note
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request | |
| draft_note_id | No | 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 |