Method: projects.groups.update

Replace the data for the specified group. Fails if the group does not exist.

HTTP request

PUT https://clouderrorreporting.googleapis.com/v1beta1/{group.name=projects/*/groups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
group.name

string

The group resource name. Written as projects/{projectID}/groups/{groupId}.

Example: projects/my-project-123/groups/my-group

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.

Request body

The request body contains an instance of ErrorGroup.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/stackdriver-integration

For more information, see the Authentication Overview.