API docs: add missing parameters (#29446)
- Get host's software --------- Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
co-authored by
Rachael Shaw
parent
c96a40bb47
commit
afdfe94dd6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user