update_support_case
Update an existing support case's priority, display name, or subscriber email addresses using resource name and field mask.
Instructions
Update an existing support case. Only priority, displayName, and subscriberEmailAddresses can be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The resource name of the case (e.g., projects/{project_id}/cases/{case_id}) | |
| priority | No | Case priority | |
| updateMask | No | Comma-separated list of fields to update (priority,displayName,subscriberEmailAddresses). If not specified, all provided fields will be updated. | |
| displayName | No | The short summary of the issue reported in this case | |
| subscriberEmailAddresses | No | Email addresses to receive updates on this case |