diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-10-21 10:01:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-21 10:01:54 +0000 |
commit | c28a0a0c88681902e760b37f31483e56a98858c2 (patch) | |
tree | 2587e0fcdd04baedece66c445c61cede42678588 /cps-ncmp-rest/docs/openapi/openapi.yml | |
parent | c2538d3272d7c93aba3bdc6cd0c81aff9afb9a79 (diff) | |
parent | 66017b4b6f910579d13f0a45ef7c587e86f325fd (diff) |
Merge "Add get cm handles by modules to open api"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/openapi.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/openapi.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index 69c2a117d6..64a74c5933 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -45,4 +45,7 @@ paths: $ref: 'ncmp.yml#/resourceDataForPassthroughRunning' /v1/ch/{cm-handle}/modules: - $ref: 'ncmp.yml#/fetchModuleReferencesByCmHandle'
\ No newline at end of file + $ref: 'ncmp.yml#/fetchModuleReferencesByCmHandle' + + /v1/ch/searches: + $ref: 'ncmp.yml#/executeCmHandleSearch'
\ No newline at end of file |