From e235ee25f2d8a80543574c4bb9fc2538fe4153c9 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:12:54 +0200 Subject: [PATCH] Update rest-api.md We deprioritized #22076 so I'm removing changes that are merged into docs branch. --- docs/REST API/rest-api.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index e7d5e4339328..067ad6834548 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -9111,7 +9111,6 @@ Returns information about the specified software. By default, `versions` are sor "post_install_script": "sudo /Applications/Falcon.app/Contents/Resources/falconctl license 0123456789ABCDEFGHIJKLMNOPQRSTUV-WX", "uninstall_script": "/Library/CS/falconctl uninstall", "self_service": true, - "automatic_install": true, "status": { "installed": 3, "pending_install": 1, @@ -9329,8 +9328,6 @@ Add a package (.pkg, .msi, .exe, .deb) to install on macOS, Windows, or Linux (U | pre_install_query | string | form | Query that is pre-install condition. If the query doesn't return any result, Fleet won't proceed to install. | | post_install_script | string | form | The contents of the script to run after install. If the specified script fails (exit code non-zero) software install will be marked as failed and rolled back. | | self_service | boolean | form | Self-service software is optional and can be installed by the end user. | -| automatic_install | boolean | form | Software will be automatically installed on each host. | -| automatic_install_query | string | form | Software is installed if the query doesn't return results. If not specified, Fleet runs default query. | #### Example