resolve_merge_request_thread
Resolve or unresolve a merge request review thread, changing its state and returning the updated discussion or an error if missing or unauthorized.
Instructions
Resolve a thread on a merge request. Use this to mark an existing merge request review thread resolved; use update_merge_request_discussion_note when the note text itself must change. The operation changes review state, requires permission to resolve discussions, and returns the updated discussion or a missing-thread/permission error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | Yes | Whether to resolve the thread | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | Yes | The ID of a thread | |
| merge_request_iid | Yes | The IID of a merge request |