In the group resource name, the groupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
For a list of supported locations, see Supported Regions. global is the default when unspecified.
Request body
The request body contains an instance of ErrorGroup.
Response body
If successful, the response body contains an instance of ErrorGroup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-14 UTC."],[[["\u003cp\u003eThis webpage details the process of replacing data for a specified error group using a PUT HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL utilizes gRPC Transcoding syntax and requires a \u003ccode\u003egroup.name\u003c/code\u003e path parameter, which includes the project ID, optional location, and group ID.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request and response bodies involve an \u003ccode\u003eErrorGroup\u003c/code\u003e instance for data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this function requires one of two OAuth scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/stackdriver-integration\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.groups.update\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReplace the data for the specified group. Fails if the group does not exist.\n\n### HTTP request\n\n`PUT https://clouderrorreporting.googleapis.com/v1beta1/{group.name=projects/*/locations/*/groups/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [ErrorGroup](/error-reporting/reference/rest/v1beta1/projects.groups#ErrorGroup).\n\n### Response body\n\nIf successful, the response body contains an instance of [ErrorGroup](/error-reporting/reference/rest/v1beta1/projects.groups#ErrorGroup).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/stackdriver-integration`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]