https://jira.onap.org/browse/CPS-83
Issue-ID: CPS-83
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I665b829b65cebcec6f03951aa1c8a91f59f2269b
           required: true
           schema:
             type: string
-      requestBody:
-        description: xpath
-        content:
-          application/json:
-            schema:
-              type: string
-        required: true
       responses:
         200:
           description: OK
           required: true
           schema:
             type: string
-      requestBody:
-        description: requestBody
-        content:
-          application/json:
-            schema:
-              type: string
-        required: true
       responses:
         200:
           description: OK
 
     }
 
     @Override
-    public ResponseEntity<Object> getNode(@Valid String body, String dataspaceName) {
+    public ResponseEntity<Object> getNode(String dataspaceName) {
         return null;
     }
 
     @Override
-    public ResponseEntity<Object> getNodeByDataspaceAndAnchor(@Valid String body, String dataspaceName,
-        String anchorName) {
+    public ResponseEntity<Object> getNodeByDataspaceAndAnchor(String dataspaceName, String anchorName) {
         return null;
     }