Separate ncmp south-bound endpoints in openapi specs
[cps.git] / cps-ncmp-rest / docs / openapi / openapi.yml
index 1620eba..69c2a11 100755 (executable)
@@ -27,25 +27,22 @@ servers:
   - url: /ncmp
 paths:
   /v1/cm-handles/{cm-handle}/node:
-    $ref: 'ncmproxy.yml#/nodeByCmHandleAndXpath'
+    $ref: 'ncmp.yml#/nodeByCmHandleAndXpath'
 
   /v1/cm-handles/{cm-handle}/list-node:
-    $ref: 'ncmproxy.yml#/listNodeByCmHandleAndXpath'
+    $ref: 'ncmp.yml#/listNodeByCmHandleAndXpath'
 
   /v1/cm-handles/{cm-handle}/nodes/query:
-    $ref: 'ncmproxy.yml#/nodesByCmHandleAndCpsPath'
+    $ref: 'ncmp.yml#/nodesByCmHandleAndCpsPath'
 
   /v1/cm-handles/{cm-handle}/nodes:
-    $ref: 'ncmproxy.yml#/nodesByCmHandleAndXpath'
-
-  /v1/ch:
-    $ref: 'ncmproxy.yml#/updateDmiRegistration'
+    $ref: 'ncmp.yml#/nodesByCmHandleAndXpath'
 
   /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational:
-    $ref: 'ncmproxy.yml#/getResourceDataForPassthroughOperational'
+    $ref: 'ncmp.yml#/getResourceDataForPassthroughOperational'
 
   /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running:
-    $ref: 'ncmproxy.yml#/resourceDataForPassthroughRunning'
+    $ref: 'ncmp.yml#/resourceDataForPassthroughRunning'
 
   /v1/ch/{cm-handle}/modules:
-    $ref: 'ncmproxy.yml#/fetchModuleReferencesByCmHandle'
\ No newline at end of file
+    $ref: 'ncmp.yml#/fetchModuleReferencesByCmHandle'
\ No newline at end of file