From d01a670700ae3b2f85e7be3a9ec51b97572ffc9b Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:03:52 -0400 Subject: [PATCH] Remove performance note for IdP variable in API docs (#47379) - @noahtalerman: We shipped the improvement --- docs/REST API/rest-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 55a5022ef6..37b4984884 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -4669,8 +4669,6 @@ Request (`filters` is specified and empty, to delete all hosts): Updates the email for the data source in the human-device mapping. This source can only have one email. -> If you're using the `$FLEET_VAR_HOST_END_USER_IDP_USERNAME` variable in Apple (macOS, iOS, iPadOS) and Windows configuration profiles, overriding the `idp` data source resends the configuration profile even if the value is unchanged. This causes performance issues. In the future, Fleet will only resend profiles if the value changes ([coming soon](https://github.com/fleetdm/fleet/issues/41239)). In the interim, please only update the `idp` data source when the value changes. - #### Parameters | Name | Type | In | Description |