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=6348b6a64295a0237ec685e87abbae574c38f5b3;hpb=6e2ec74c61155c0123f6df166064c1dec4b1c50b;p=ric-plt%2Fricdms.git diff --git a/api/ric-dms-api-2.0.yaml b/api/ric-dms-api-2.0.yaml index 6348b6a..510bdda 100644 --- a/api/ric-dms-api-2.0.yaml +++ b/api/ric-dms-api-2.0.yaml @@ -29,17 +29,21 @@ schemes: paths: /custom-onboard: post: - summary: upload a file + summary: onboard helm pkg (custom onboarding) consumes: - multipart/form-data parameters: - in: formData - name: upfile + name: helmpkg type: file - description: api to upload file + description: This file represents the helm chart. responses: '200': - description: successfully uploaded + description: successfully onboarded helmchart + '500': + description: helmchart onboard failed + schema: + $ref: '#/definitions/error_message' tags: - experiment /charts: