Update the specified case. Only a subset of fields (displayName, description, timeZone, subscriberEmailAddresses, relatedResources, severity, priority, primary_contact, and labels) 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 |
The resource name for the case. |
Query parameters
Parameters | |
---|---|
updateMask |
A field that represents attributes of a 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 will be 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 will be updated to empty. This is a comma-separated list of fully qualified names of fields. Example: |
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.