File tree Expand file tree Collapse file tree 2 files changed +333
-19
lines changed Expand file tree Collapse file tree 2 files changed +333
-19
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,24 @@ paths:
56
56
type : string
57
57
description : status
58
58
result :
59
- $ref : ' #/components/schemas/AppMetaInfo'
59
+ allOf :
60
+ - $ref : ' #/components/schemas/AppMetaInfo'
61
+ - type : object
62
+ properties :
63
+ gitMaterials :
64
+ type : array
65
+ items :
66
+ $ref : ' #/components/schemas/GitMaterialMeta'
67
+ templateConfig :
68
+ $ref : ' #/components/schemas/TemplateConfig'
60
69
default :
61
70
description : unexpected error
62
71
content :
63
72
application/json :
64
73
schema :
65
74
$ref : ' #/components/schemas/ErrorResponse'
66
75
67
- /orchestrator/helm/meta/info/{appId} :
76
+ /orchestrator/app/ helm/meta/info/{appId} :
68
77
get :
69
78
description : application info for all types of helm apps
70
79
parameters :
@@ -200,15 +209,28 @@ components:
200
209
type : string
201
210
description : Original git URL
202
211
212
+ TemplateConfig :
213
+ type : object
214
+ properties :
215
+ id :
216
+ type : integer
217
+ description : Template config ID
218
+ identifier :
219
+ type : string
220
+ description : Template identifier
221
+ name :
222
+ type : string
223
+ description : Template name
224
+
203
225
GenericNoteResponse :
204
226
type : object
205
227
properties :
206
228
id :
207
229
type : integer
208
230
description : Note ID
209
- note :
231
+ description :
210
232
type : string
211
- description : Note content
233
+ description : Note content/description
212
234
createdOn :
213
235
type : string
214
236
format : date-time
You can’t perform that action at this time.
0 commit comments