update_merge_request_discussion_note
Update an existing merge request discussion note by editing its body or resolving/unresolving it directly in GitLab.
Instructions
Update a discussion note on a merge request. Use this for an existing resource; choose the corresponding create tool for a new resource and a note tool for discussion-only text. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The content of the note or reply | |
| note_id | No | The ID of a thread note | |
| resolved | No | Resolve or unresolve the note | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a thread | |
| merge_request_iid | No | The IID of a merge request |