You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/docs/openapi/api.yaml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9735,15 +9735,13 @@ paths:
9735
9735
content:
9736
9736
application/json:
9737
9737
schema:
9738
-
additionalProperties: true
9739
-
type: object
9738
+
$ref: '#/components/schemas/SuccessEnvelope'
9740
9739
description: OK
9741
9740
"401":
9742
9741
content:
9743
9742
application/json:
9744
9743
schema:
9745
-
additionalProperties: true
9746
-
type: object
9744
+
$ref: '#/components/schemas/ErrorEnvelope'
9747
9745
description: Unauthorized
9748
9746
security:
9749
9747
- bearerAuth: []
@@ -10022,7 +10020,7 @@ paths:
10022
10020
- Settings
10023
10021
/api/software/local:
10024
10022
get:
10025
-
description: Returns AppOS-local software inventory derived from the local catalog and runtime checks.
10023
+
description: Returns AppOS-local built-in component inventory derived from the local runtime registry, with software-catalog metadata attached when available.
Copy file name to clipboardExpand all lines: backend/docs/openapi/ext-api.yaml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5045,15 +5045,13 @@ paths:
5045
5045
content:
5046
5046
application/json:
5047
5047
schema:
5048
-
type: object
5049
-
additionalProperties: true
5048
+
$ref: '#/components/schemas/SuccessEnvelope'
5050
5049
"401":
5051
5050
description: Unauthorized
5052
5051
content:
5053
5052
application/json:
5054
5053
schema:
5055
-
type: object
5056
-
additionalProperties: true
5054
+
$ref: '#/components/schemas/ErrorEnvelope'
5057
5055
/api/servers/local/docker-bridge:
5058
5056
get:
5059
5057
tags: [Servers]
@@ -8337,7 +8335,7 @@ paths:
8337
8335
get:
8338
8336
tags: [Software]
8339
8337
summary: List AppOS-local software components
8340
-
description: "Returns AppOS-local software inventory derived from the local catalog and runtime checks."
8338
+
description: "Returns AppOS-local built-in component inventory derived from the local runtime registry, with software-catalog metadata attached when available."
0 commit comments