pub async fn patch_group(
configuration: &Configuration,
group_ref: &str,
group_patch_input: GroupPatchInput,
) -> Result<GroupModel, Error<PatchGroupError>>pub async fn patch_group(
configuration: &Configuration,
group_ref: &str,
group_patch_input: GroupPatchInput,
) -> Result<GroupModel, Error<PatchGroupError>>