mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
5 lines
211 B
Text
5 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
|