Method: cases.comments.create

Stay organized with collections Save and categorize content based on your preferences.

Add a new comment to the specified Case. The comment object must have the following fields set: body.

HTTP request

POST https://cloudsupport.googleapis.com/v2beta/{parent=*/*/cases/*}/comments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of Case to which this comment should be added.

Request body

The request body contains an instance of Comment.

Response body

If successful, the response body contains a newly created instance of Comment.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.