pub fn update_group(
    configuration: &Configuration,
    group_id: &str,
    update_group_request: Option<UpdateGroupRequest>
) -> Result<Group, Error<UpdateGroupError>>
Expand description

Updates a Group and returns it.