From 00422a7168c2173f91e6d444834c60de2ddcefe7 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Thu, 26 Sep 2024 13:42:25 -0500 Subject: [PATCH 1/2] Update rest-api.md --- docs/REST API/rest-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index b9878462afc7..330e71545b0d 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -8644,6 +8644,7 @@ Deletes the session specified by ID. When the user associated with the session n - [Get software version](#get-software-version) - [Get operating system version](#get-operating-system-version) - [Add package](#add-package) +- [Modify package](#modify-package) - [List App Store apps](#list-app-store-apps) - [Add App Store app](#add-app-store-app) - [Add Fleet library app](#add-fleet-library-app) From 6ec90aa9dd993f5a67ed5d44378a9cc755128e04 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Thu, 26 Sep 2024 13:44:27 -0500 Subject: [PATCH 2/2] Update rest-api.md --- docs/REST API/rest-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 330e71545b0d..0a760c32d5fc 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -9231,6 +9231,8 @@ Content-Type: application/octet-stream ### Modify package +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + _Available in Fleet Premium._ Update a package to install on macOS, Windows, or Linux (Ubuntu) hosts.