mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
086964726d
Issue #9586 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [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] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
2 lines
88 B
Plaintext
2 lines
88 B
Plaintext
- Added API endpoints to create, delete, list, and download MDM configuration profiles.
|