API docs: add missing parameters (#29446)

- Get host's software

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
Noah Talerman
2025-05-30 11:05:01 -05:00
committed by GitHub
co-authored by Rachael Shaw
parent c96a40bb47
commit afdfe94dd6
+2
View File
@@ -4054,6 +4054,8 @@ Resends a configuration profile for the specified host.
| vulnerable | boolean | query | If `true` or `1`, only list software that have vulnerabilities. Default is `false`. |
| page | integer | query | Page number of the results to fetch.|
| per_page | integer | query | Results per page.|
| order_key | string | query | What to order results by. Options include `"name"`. Default is `"name"`. |
| order_direction | string | query | **Requires `order_key`**. The direction of the order given the order key. Options include `"asc"` and `"desc"`. Default is `"asc"`. |
#### Example