PATCH
/
v1
/
groups
/
{group}
{
  "name": "<string>",
  "title": "<string>",
  "description": "<string>",
  "members": [
    {
      "member": "<string>",
      "role": "ROLE_UNSPECIFIED"
    }
  ],
  "source": "<string>"
}

Path Parameters

group
string
required

The group id.

Query Parameters

updateMask
string

The list of fields to update.

allowMissing
boolean

If set to true, and the group is not found, a new group will be created. In this situation, update_mask is ignored.

Body

application/json

Response

200
application/json

OK

The response is of type object.