diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 12020787e0..00d088d7f6 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6318,7 +6318,7 @@ solely on the response status code returned by this endpoint. ### Resend custom OS setting (configuration profile) -Resends a configuration profile for the specified host. Currently, only macOS configuration profiles (.mobileconfig) are supported. +Resends a configuration profile for the specified host. Currently, macOS, iOS, iPadOS configuration profiles (.mobileconfig) are supported, as well as Windows (.xml) configuration profiles. `POST /api/v1/fleet/hosts/:id/configuration_profiles/:profile_uuid/resend` @@ -6399,7 +6399,7 @@ For each `profile`, only one of `labels_include_all`, `labels_include_any`, or ` ### Resend custom OS setting (configuration profile) by Fleet Desktop token -Resends a configuration profile for the specified host. Currently, only macOS configuration profiles (.mobileconfig) are supported. +Resends a configuration profile for the specified host. Currently, macOS, iOS, iPadOS configuration profiles (.mobileconfig) are supported, as well as Windows (.xml) configuration profiles. `POST /api/v1/fleet/device/:token/configuration_profiles/:profile_uuid/resend`