Update packages_only flag in rest-api.md (#32359)

### why
team_id is a Fleet Premium feature, and packages_only only works with
team_id set, so it should be marked as Fleet Premium too.

#31581
This commit is contained in:
Jonathan Katz
2025-09-09 17:15:43 -05:00
committed by GitHub
parent 1c8a306f24
commit 8c66ebbc2f
+1 -1
View File
@@ -9553,7 +9553,7 @@ Get a list of all software.
| vulnerable | boolean | query | If true or 1, only list software that has detected vulnerabilities. Default is `false`. |
| available_for_install | boolean | query | If `true` or `1`, only list software that is available for install (added by the user). Default is `false`. |
| self_service | boolean | query | If `true` or `1`, only lists self-service software. Default is `false`. |
| packages_only | boolean | query | If `true` or `1`, only lists packages available for install (without App Store apps). |
| packages_only | boolean | query | _Available in Fleet Premium_. If `true` or `1`, only lists packages available for install (without App Store apps). |
| min_cvss_score | integer | query | _Available in Fleet Premium_. Filters to include only software with vulnerabilities that have a CVSS version 3.x base score higher than the specified value. |
| max_cvss_score | integer | query | _Available in Fleet Premium_. Filters to only include software with vulnerabilities that have a CVSS version 3.x base score lower than what's specified. |
| exploit | boolean | query | _Available in Fleet Premium_. If `true`, filters to only include software with vulnerabilities that have been actively exploited in the wild (`cisa_known_exploit: true`). Default is `false`. |