feat: add manual enrollment profile endpoint (#16357)

> Related issue: #16252

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza
2024-01-26 19:57:19 -05:00
committed by GitHub
parent 213baaa258
commit 0ef59081ba
9 changed files with 94 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
- Adds a new endpoint `GET /api/v1/fleet/mdm/manual_enrollment_profile` that returns the Apple MDM manual
enrollment profile for the organization.