Implement deploy API
[ric-plt/ricdms.git] / api / ric-dms-api-2.0.yaml
index ff55bf9..24cfc6e 100644 (file)
@@ -49,7 +49,6 @@ paths:
     get:
       produces:
         - application/zip
-        - text/json
       parameters:
         - in: path
           name: xApp_name
@@ -63,8 +62,7 @@ paths:
         '200':
           description: Download helm chart OK
           schema:
-            format: binary
-            type: string
+            type: file
         '500':
           description: Get helm chart values.yaml failed
           schema:
@@ -220,7 +218,7 @@ paths:
           description: successful deployment of xApp
           schema:
             type: object
-        '501':
+        '500':
           description: deployment failed
           schema:
             $ref: '#/definitions/error_message'