mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
3 lines
371 B
Text
3 lines
371 B
Text
- Added API endpoints for Linux setup experience.
|
|
- Device API endpoints for fleetd: `POST /api/fleet/orbit/setup_experience/init` and `POST /api/v1/fleet/device/{token}/setup_experience/status`
|
|
- `PUT /api/v1/fleet/setup_experience/software` and `GET /api/v1/fleet/setup_experience/software` now have a `platform` argument (`linux` or `macos`, defaults to `macos`).
|