X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fric-dms-api-2.0.yaml;h=510bdda695d5791f5310ac257d53241e528a66d5;hb=HEAD;hp=24cfc6e9beaf842b0ca24dfdd07bb123c60f0cac;hpb=f95c1d3a137db6a4dd4ff7d8c3a8f5a2a7a55c2f;p=ric-plt%2Fricdms.git diff --git a/api/ric-dms-api-2.0.yaml b/api/ric-dms-api-2.0.yaml index 24cfc6e..510bdda 100644 --- a/api/ric-dms-api-2.0.yaml +++ b/api/ric-dms-api-2.0.yaml @@ -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: @@ -194,7 +213,7 @@ paths: description: successful un-deploy xApp schema: type: object - '501': + '500': description: un-deployment failed schema: $ref: '#/definitions/error_message'