update_merge_request_note
Modify an existing note on a GitLab merge request to update its content or correct information.
Instructions
Modify an existing merge request 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 | |
| note_id | No | The ID of a thread note | |
| body | Yes | The content of the note or reply |