pub async fn tenancy_tenant_groups_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_tenant_group_request: Option<PatchedWritableTenantGroupRequest>,
) -> Result<TenantGroup, Error<TenancyTenantGroupsPartialUpdateError>>Expand description
Patch a tenant group object.