In the group resource name, thegroupIdis 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, seeGoogle Cloud Privacy Notice.
For a list of supported locations, seeSupported Regions.globalis the default when unspecified.
Request body
The request body contains an instance ofErrorGroup.
Response body
If successful, the response body contains an instance ofErrorGroup.
[[["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 endpoint uses a PUT HTTP request to update a specific error group resource, identified by its unique name, within a project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egroup.name\u003c/code\u003e path parameter is crucial for specifying the target error group, formatted as \u003ccode\u003eprojects/{projectID}/groups/{groupId}\u003c/code\u003e or \u003ccode\u003eprojects/{projectID}/locations/{location}/groups/{groupId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies both utilize the \u003ccode\u003eErrorGroup\u003c/code\u003e resource to send and receive updated data about an error group.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/stackdriver-integration\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.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/*/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)."]]