update_merge_request_discussion_note
Edit or resolve comments in GitLab merge request discussions to update feedback and track resolution status.
Instructions
Update a discussion note on a merge request
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 | |
| discussion_id | No | The ID of a thread | |
| note_id | No | The ID of a thread note | |
| body | No | The content of the note or reply | |
| resolved | No | Resolve or unresolve the note |