From 2a52938e4b049b451ea48efb91e3294d1002d017 Mon Sep 17 00:00:00 2001 From: Juan Fernandez Date: Fri, 24 Apr 2026 13:54:18 -0400 Subject: [PATCH] Added back previously deprecated end-points (#44140) Added back previously deprecated end-points. --- server/api_endpoints/api_endpoints.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/api_endpoints/api_endpoints.yml b/server/api_endpoints/api_endpoints.yml index c6757dff19..5f051d451d 100644 --- a/server/api_endpoints/api_endpoints.yml +++ b/server/api_endpoints/api_endpoints.yml @@ -427,6 +427,9 @@ - method: "GET" path: "/api/v1/fleet/scripts" display_name: "List scripts" +- method: "GET" + path: "/api/v1/fleet/hosts/:id/software" + display_name: "List host's software" - method: "GET" path: "/api/v1/fleet/hosts/:id/scripts" display_name: "List host's scripts" @@ -439,6 +442,12 @@ - method: "DELETE" path: "/api/v1/fleet/sessions/:id" display_name: "Delete session" +- method: "GET" + path: "/api/v1/fleet/software/titles" + display_name: "List software titles" +- method: "GET" + path: "/api/v1/fleet/software/titles/:id" + display_name: "Get software title" - method: "GET" path: "/api/v1/fleet/software/versions" display_name: "List software versions"