Method: projects.groups.patch

Update a group.

HTTP request

PATCH https://firebaseappdistribution.googleapis.com/v1/{group.name=projects/*/groups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
group.name

string

The name of the group resource.

Format: projects/{projectNumber}/groups/{group_alias}

Authorization requires the following IAM permission on the specified resource name:

  • firebaseappdistro.testers.update

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Group.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.