From 8c66ebbc2fccf49dc95a225bfdc1eddf92ac1bc7 Mon Sep 17 00:00:00 2001 From: Jonathan Katz <44128041+jkatz01@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:15:43 -0400 Subject: [PATCH] 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 --- docs/REST API/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 779ecd009c..1cbdbb132c 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -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`. |