pub async fn update_group_with_id(
configuration: &Configuration,
group_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
group_request: Option<GroupRequest>,
) -> Result<GroupResponse, Error<UpdateGroupWithIdError>>
Expand description
Updates the group with the given Id.