diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-02 12:00:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-02 12:00:13 +0000 |
commit | 3c29b33cb1f9398106921e5d9510c62c34cc7694 (patch) | |
tree | be5ff4746518584bb76e3105b2d233915bcc7115 /cps-ncmp-rest/docs/openapi/openapi.yml | |
parent | 99ac70ab25a0c650e7f1ded19fd48296adff7f73 (diff) | |
parent | bbaf501627a69707bd797c535750996a9dd205aa (diff) |
Merge "Implement merging all ncmp datastore endpoints into one"
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 8e020668a0..ed15fcd628 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -26,8 +26,8 @@ info: servers: - url: /ncmp paths: - /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational: - $ref: 'ncmp.yml#/getResourceDataForPassthroughOperational' + /v1/ch/{cm-handle}/data/ds/{ncmp-datastore-name}: + $ref: 'ncmp.yml#/getResourceDataForCmHandle' /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running: $ref: 'ncmp.yml#/resourceDataForPassthroughRunning' |