---
title: "POST /v1/{+parent}/pullRequestComments:unresolve"
method: POST
path: "/v1/{+parent}/pullRequestComments:unresolve"
tags: ["projects"]
---

# POST /v1/{+parent}/pullRequestComments:unresolve

`POST /v1/{+parent}/pullRequestComments:unresolve`

Unresolves pull request comments. A list of PullRequestComment names must be provided. The PullRequestComment names must be in the same conversation thread. If auto_fill is set, all comments in the conversation thread will be unresolved.

## Path parameters

- `parent` string, required

## Request body

- UnresolvePullRequestCommentsRequest — The request to unresolve multiple pull request comments.
  - `names` string[] — Required. The names of the pull request comments to unresolve. Format: `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}` Only comments from the same threads are allowed in the same request.
  - `autoFill` boolean — Optional. If set, at least one comment in a thread is required, rest of the comments in the same thread will be automatically updated to unresolved. If unset, all comments in the same thread need be present.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/securesourcemanager.md) · [All operations](https://skmtc.net/google/apis/securesourcemanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/securesourcemanager/versions/4c9890b46a17/schema)
