Resolves pull request comments.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The pull request in which to resolve the pull request comments. Format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "names": [ string ], "autoFill": boolean } |
Fields | |
---|---|
names[] |
Required. The names of the pull request comments to resolve. Format: |
autoFill |
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 resolved. 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.resolve
For more information, see the IAM documentation.