diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index a0493f26c90f..68b4a8743da0 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -8736,6 +8736,12 @@ Get a list of all software. "name": "FirefoxInsall.pkg", "version": "125.6", "self_service": true + "automatic_install_policies": [ + { + "id": 343, + "name": "[Install software] Firefox.app", + } + ], }, "app_store_app": null, "versions_count": 3, @@ -8983,7 +8989,7 @@ Returns information about the specified software. By default, `versions` are sor #### Example -`GET /api/v1/fleet/software/titles/12` +`GET /api/v1/fleet/software/titles/12?team_id=3` ##### Default response @@ -8993,8 +8999,8 @@ Returns information about the specified software. By default, `versions` are sor { "software_title": { "id": 12, - "name": "Firefox.app", - "bundle_identifier": "org.mozilla.firefox", + "name": "Falcon.app", + "bundle_identifier": "crowdstrike.falcon.Agent", "software_package": { "name": "FalconSensor-6.44.pkg", "version": "6.44", @@ -9006,6 +9012,12 @@ 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_policies": [ + { + "id": 343, + "name": "[Install software] Crowdstrike Agent", + } + ], "status": { "installed": 3, "pending_install": 1,