fleet/changes/issue-13281-backend-changes

5 lines
377 B
Text
Raw Normal View History

2023-11-29 14:32:42 +00:00
- 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.