updateGroup

abstract fun updateGroup(groupId: String, group: Group): Group?

Updates an existing group.

Return

the updated group, or null if the group does not exist

Parameters

groupId

the ID of the group to update

group

the group with updated details