Added back previously deprecated end-points (#44140)

Added back previously deprecated end-points.
This commit is contained in:
Juan Fernandez
2026-04-24 13:54:18 -04:00
committed by GitHub
parent a009fe0152
commit 2a52938e4b
+9
View File
@@ -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"