...
POST node create a new node
input: xml representation of the node
output: xml representation of the node with the newly created node id
Wiki Markup |
---|
POST node/\[node id\]/move
POST node/\[node id\]/copy
move or copy a node
input: xml representation of the new parent node
output: status of the operation
\\ |
Wiki Markup |
---|
POST node/\[node id\]/content save the content of the specified node (it should be an atom node)
input: multi-part content
output: status of the operation |
...