mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
#14554 For the following endpoints: /api/v1/fleet/software /api/v1/fleet/software/count - added validation on `page`, `per_page`, `order_key`, `order_direction` -- invalid values will now return 400 HTTP status code # 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] Added/updated tests - [x] Manual QA for all new/changed functionality
4 lines
211 B
Text
4 lines
211 B
Text
For the following endpoints:
|
|
/api/v1/fleet/software
|
|
/api/v1/fleet/software/count
|
|
- added validation on `page`, `per_page`, `order_key`, `order_direction` -- invalid values will now return 400 HTTP status code
|