Skip to main content
PATCH
UpdateComment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

comment.commentId
string
required

Body

application/json

The request for a call to CommentService_UpdateComment.

updateMask
string
required

Comma-separated list of fields to update. Only body is supported.

comment
object

A single comment attached to a resource.

Response

A successful response.

The response of a call to CommentService_UpdateComment.

comment
object

A single comment attached to a resource.