[Neo4j] Set reference node through REST API

2011-08-27 Thread Javier de la Rosa
Hi all, As far I know, the REST API always returns a reference node. But in case of I delete it, there's no option to set it again through REST API. I read in this list that you could do this in Java like next: graph.delete(); newRoot = neo4j.createNode(); neo4j.setReferenceNode(newRoot); B

Re: [Neo4j] Set reference node through REST API

2011-08-27 Thread Rick Bullotta
nt: Saturday, August 27, 2011 12:14 PM To: Neo user discussions Subject: [Neo4j] Set reference node through REST API Hi all, As far I know, the REST API always returns a reference node. But in case of I delete it, there's no option to set it again through REST API. I read in this list that