fleet/changes/issue-13281-backend-changes
2023-11-29 09:32:42 -05:00

4 lines
377 B
Text

- Introduced `POST /mdm/profiles` for uploading Windows or macOS custom profiles.
- New endpoints for managing MDM profiles: `DELETE /mdm/profiles/{id}`, `GET /mdm/profiles/{id}`, `GET /mdm/profiles` (paginated list), `GET /mdm/profiles/summary`.
- Updated `GET /api/v1/hosts/:id` to include Windows MDM profiles.
- Fleetctl now supports configuration of Windows MDM profiles.