update_merge_request_discussion_note
Update a note in a merge request discussion, including its body content or resolve status.
Instructions
Update a discussion note on a merge request
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 |