X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fric-dms-api-2.0.yaml;h=6348b6a64295a0237ec685e87abbae574c38f5b3;hb=refs%2Fchanges%2F21%2F11221%2F1;hp=2243a42f3970adf9d2bad078ec5a05b7ecaf5636;hpb=41f03638ee74f924d160328b3291aae61740cbdd;p=ric-plt%2Fricdms.git diff --git a/api/ric-dms-api-2.0.yaml b/api/ric-dms-api-2.0.yaml index 2243a42..6348b6a 100644 --- a/api/ric-dms-api-2.0.yaml +++ b/api/ric-dms-api-2.0.yaml @@ -27,6 +27,21 @@ host: localhost:8000 schemes: - http paths: + /custom-onboard: + post: + summary: upload a file + consumes: + - multipart/form-data + parameters: + - in: formData + name: upfile + type: file + description: api to upload file + responses: + '200': + description: successfully uploaded + tags: + - experiment /charts: get: produces: @@ -194,7 +209,7 @@ paths: description: successful un-deploy xApp schema: type: object - '501': + '500': description: un-deployment failed schema: $ref: '#/definitions/error_message' @@ -218,7 +233,7 @@ paths: description: successful deployment of xApp schema: type: object - '501': + '500': description: deployment failed schema: $ref: '#/definitions/error_message'