"error": "Body parameter 'names' is missing" with validation api

Options

Hi,

Need assistance with content server api. I get below error when accessing validation api http://extsreamcs1624.lab.opentext.com:8080/OTCS/cs/api/v1/validation/nodes

"error": "Body parameter 'names' is missing"

I added the required data in the body.

{ "parent_id":2000,
"names":["myDocument.doc","myEmail.msg","folder1"]
}

I also tried with the below input in the body. I still get the same error

{\"parent_id\":2000,\"names\":[\"myDocument.doc\",\"myEmail.msg\",\"folder1\"]}

Tagged: