Method: cases.patch

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

Update the specified case. Only a subset of fields can be updated.

HTTP request

PATCH https://cloudsupport.googleapis.com/v2beta/{case.name=*/*/cases/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
case.name

string

The resource name for the case.

Query parameters

Parameters
updateMask

string (FieldMask format)

A list of attributes of the case object that should be updated as part of this request. Supported values are severity, displayName, and subscriberEmailAddresses. If no fields are specified, all supported fields are updated.

WARNING: If you do not provide a field mask, then you may accidentally clear some fields. For example, if you leave field mask empty and do not provide a value for subscriberEmailAddresses, then subscriberEmailAddresses is updated to empty.

Request body

The request body contains an instance of Case.

Response body

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

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.