resolve_merge_request_thread
Resolve or unresolve a thread on a GitLab merge request by providing the project, merge request IID, and discussion ID.
Instructions
Resolve a thread on a merge request
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 |