@@ -16,7 +16,7 @@ servers:
1616
1717paths :
1818  #  Chart Provider APIs
19-   /chart-provider/list :
19+   /orchestrator/app-store/ chart-provider/list :
2020    get :
2121      description : Get list of all chart providers 
2222      operationId : GetChartProviderList 
4848              schema :
4949                $ref : ' #/components/schemas/ErrorResponse' 
5050
51-   /chart-provider/update :
51+   /orchestrator/app-store/ chart-provider/update :
5252    post :
5353      description : Toggle chart provider status 
5454      operationId : ToggleChartProvider 
9494              schema :
9595                $ref : ' #/components/schemas/ErrorResponse' 
9696
97-   /chart-provider/sync-chart :
97+   /orchestrator/app-store/ chart-provider/sync-chart :
9898    post :
9999      description : Sync chart provider 
100100      operationId : SyncChartProvider 
@@ -141,7 +141,7 @@ paths:
141141                $ref : ' #/components/schemas/ErrorResponse' 
142142
143143  #  Chart Repository APIs
144-   /chart-repo/{id} :
144+   /orchestrator/ chart-repo/{id} :
145145    get :
146146      description : Get chart repository by ID 
147147      operationId : GetChartRepoById 
@@ -185,7 +185,7 @@ paths:
185185              schema :
186186                $ref : ' #/components/schemas/ErrorResponse' 
187187
188-   /chart-repo/list :
188+   /orchestrator/ chart-repo/list :
189189    get :
190190      description : Get list of all chart repositories 
191191      operationId : GetChartRepoList 
@@ -217,7 +217,7 @@ paths:
217217              schema :
218218                $ref : ' #/components/schemas/ErrorResponse' 
219219
220-   /chart-repo :
220+   /orchestrator/ chart-repo :
221221    post :
222222      description : Create a new chart repository 
223223      operationId : CreateChartRepo 
@@ -299,7 +299,7 @@ paths:
299299              schema :
300300                $ref : ' #/components/schemas/ErrorResponse' 
301301
302-   /chart-repo/validate :
302+   /orchestrator/ chart-repo/validate :
303303    post :
304304      description : Validate chart repository configuration 
305305      operationId : ValidateChartRepo 
@@ -345,7 +345,7 @@ paths:
345345              schema :
346346                $ref : ' #/components/schemas/ErrorResponse' 
347347
348-   /chart-repo/sync :
348+   /orchestrator/ chart-repo/sync :
349349    post :
350350      description : Trigger manual chart repository sync 
351351      operationId : TriggerChartSyncManual 
@@ -380,7 +380,7 @@ paths:
380380                $ref : ' #/components/schemas/ErrorResponse' 
381381
382382  #  Chart Group APIs
383-   /chart-group :
383+   /orchestrator/ chart-group :
384384    post :
385385      description : Create a new chart group 
386386      operationId : CreateChartGroup 
@@ -462,7 +462,7 @@ paths:
462462              schema :
463463                $ref : ' #/components/schemas/ErrorResponse' 
464464
465-   /chart-group/entries :
465+   /orchestrator/ chart-group/entries :
466466    post :
467467      description : Save chart group entries 
468468      operationId : SaveChartGroupEntries 
@@ -508,7 +508,7 @@ paths:
508508              schema :
509509                $ref : ' #/components/schemas/ErrorResponse' 
510510
511-   /chart-group/list :
511+   /orchestrator/ chart-group/list :
512512    get :
513513      description : Get list of all chart groups 
514514      operationId : GetChartGroupList 
@@ -540,7 +540,7 @@ paths:
540540              schema :
541541                $ref : ' #/components/schemas/ErrorResponse' 
542542
543-   /chart-group/{id} :
543+   /orchestrator/ chart-group/{id} :
544544    delete :
545545      description : Delete a chart group 
546546      operationId : DeleteChartGroup 
0 commit comments