update_merge_request_note
Modify an existing note on a merge request by providing the project, merge request IID, note ID, and updated body content.
Instructions
Modify an existing merge request 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 | |
| note_id | Yes | The ID of a thread note | |
| body | Yes | The content of the note or reply |