updateGroup method

ResponseFuture<UpdateGroupResponse> updateGroup(
  1. UpdateGroupRequest request, {
  2. CallOptions? options,
})

Update Group

UpdateGroup updates the user group.

In case there aren't any changes, the request will return a successful response as the desired state is already achieved. You can check the change date in the response to verify if the group was updated by the request.

Required permissions:

  • group.write

Implementation

$grpc.ResponseFuture<$0.UpdateGroupResponse> updateGroup(
  $0.UpdateGroupRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateGroup, request, options: options);
}