- To create a property of a new node or modify the existing node, use the below,
curl -u admin:admin -F"text=modified Hello World" http://localhost:4502/content/sample
- To read a property of a node, use the below. Here /content/sample is the node and text is the property.
curl -u admin:admin -G http://localhost:4502/content/sample/text
No comments:
Post a Comment