Add software self_service bool to software titles list (#19258)

Add an endpoint I forgot as part of #19212 😬
This commit is contained in:
Dante Catalfamo
2024-05-27 15:44:31 -04:00
committed by GitHub
parent 669d84128e
commit 7193d0e52f
6 changed files with 44 additions and 3 deletions
+4
View File
@@ -677,6 +677,7 @@ spec:
- hosts_count: 2
id: 0
name: foo
self_service: false
software_package: null
source: chrome_extensions
versions:
@@ -697,6 +698,7 @@ spec:
- hosts_count: 0
id: 0
name: bar
self_service: false
software_package: null
source: deb_packages
versions:
@@ -741,6 +743,7 @@ spec:
]
}
],
"self_service": false,
"software_package": null
},
{
@@ -756,6 +759,7 @@ spec:
"vulnerabilities": null
}
],
"self_service": false,
"software_package": null
}
]