REST PUT

Use :PUT to send HTTP PUT to Neo4j's REST interface.

Reference: REST
Related: :help REST GET :help REST POST :help REST DELETE
:PUT /db/data/node/198/properties/foo "Delia"
Update the name property of node 198.