From bac033e0d6cb610fa1b4c87029b263c756f863a1 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:29:19 -0400 Subject: [PATCH] REST API docs: manual enrollment profile (#19593) - Clarify that the manual enrollment profile is unsigned --- docs/REST API/rest-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 5df8eabcc7..8e8075ad2d 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1,4 +1,4 @@ - # REST API +# REST API - [Authentication](#authentication) - [Activities](#activities) @@ -5332,7 +5332,7 @@ Deletes the custom MDM setup enrollment profile assigned to a team or no team. ### Get manual enrollment profile -Retrieves the manual enrollment profile for macOS hosts. Install this profile on macOS hosts to turn on MDM features manually. +Retrieves an unsigned manual enrollment profile for macOS hosts. Install this profile on macOS hosts to turn on MDM features manually. `GET /api/v1/fleet/enrollment_profiles/manual`