Method: projects.locations.repositories.pullRequests.pullRequestComments.unresolve

Unresolves pull request comment.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The pull request in which to resolve the pull request comments. Format: projects/{project_number}/locations/{locationId}/repositories/{repositoryId}/pullRequests/{pull_request_id}

Request body

The request body contains data with the following structure:

JSON representation
{
  "names": [
    string
  ],
  "autoFill": boolean
}
Fields
names[]

string

Required. The names of the pull request comments to unresolve. Format: projects/{project_number}/locations/{locationId}/repositories/{repositoryId}/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 body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • securesourcemanager.prcomments.unresolve

For more information, see the IAM documentation.