diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-10-06 13:31:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 13:31:43 +0000 |
commit | f3798ee9857edb45243d540606ceac21df1215ab (patch) | |
tree | 95f45aeb28accdde738705f7cf52b4702a628d05 /cps-ncmp-rest/docs/openapi/openapi.yml | |
parent | 98e686f3aa8ae8171e850591c1f85433b00c56cf (diff) | |
parent | fd2e6ddde2c2260951e2dfd5e3fd7f4bd04976e1 (diff) |
Merge "Changing resource identifier to a query param"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/openapi.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/openapi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index 12356b5887..1620eba2f8 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -41,10 +41,10 @@ paths: /v1/ch: $ref: 'ncmproxy.yml#/updateDmiRegistration' - /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational/{resourceIdentifier}: + /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational: $ref: 'ncmproxy.yml#/getResourceDataForPassthroughOperational' - /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running/{resourceIdentifier}: + /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running: $ref: 'ncmproxy.yml#/resourceDataForPassthroughRunning' /v1/ch/{cm-handle}/modules: |