X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fric-dms-api-2.0.yaml;h=24cfc6e9beaf842b0ca24dfdd07bb123c60f0cac;hb=d6fcfc287d573d94e54a8116a0fc414fe5349a1a;hp=b8c8a997979e24a4245c4338f230d41c8ff821ae;hpb=04897e6ba579f0cfd11453f589fc1fb24be4e820;p=ric-plt%2Fricdms.git diff --git a/api/ric-dms-api-2.0.yaml b/api/ric-dms-api-2.0.yaml index b8c8a99..24cfc6e 100644 --- a/api/ric-dms-api-2.0.yaml +++ b/api/ric-dms-api-2.0.yaml @@ -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: @@ -87,7 +85,9 @@ paths: '200': description: Get helm chart schema: - type: object + type: array + items: + type: object '500': description: Get helm chart failed schema: @@ -126,7 +126,6 @@ paths: get: produces: - application/json - - application/gzip parameters: - in: path name: xApp_name @@ -138,11 +137,11 @@ paths: type: string responses: '200': - description: Get helm chart package OK + description: Get helm chart details OK schema: type: object '500': - description: Get helm chart package failed + description: Get helm chart details failed schema: $ref: '#/definitions/error_message' tags: @@ -219,7 +218,7 @@ paths: description: successful deployment of xApp schema: type: object - '501': + '500': description: deployment failed schema: $ref: '#/definitions/error_message'