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"