Removal of a committer
[ric-plt/ricdms.git] / api / ric-dms-api-2.0.yaml
index f9e8434..510bdda 100644 (file)
@@ -27,6 +27,25 @@ host: localhost:8000
 schemes:
   - http
 paths:
+  /custom-onboard:
+    post:
+      summary: onboard helm pkg (custom onboarding)
+      consumes:
+        - multipart/form-data
+      parameters:
+        - in: formData
+          name: helmpkg
+          type: file
+          description: This file represents the helm chart.
+      responses:
+        '200':
+          description: successfully onboarded helmchart
+        '500':
+          description: helmchart onboard  failed
+          schema:
+            $ref: '#/definitions/error_message'
+      tags:
+        - experiment
   /charts:
     get:
       produces: