Update merge request note
update_merge_request_noteReplace the body of a specific note in a GitLab merge request discussion using project, merge request IID, discussion ID, note ID, and new text.
Instructions
Replace the body of a note or reply inside a GitLab merge request discussion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| note_id | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| discussion_id | Yes | ||
| merge_request_iid | Yes | Project-scoped internal ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |