Method: Neography::Rest::NodeProperties#reset_node_properties
- Defined in:
- lib/neography/rest/node_properties.rb
#reset_node_properties(id, properties) ⇒ Object
12 13 14 15 |
# File 'lib/neography/rest/node_properties.rb', line 12 def reset_node_properties(id, properties) = { :body => properties.to_json, :headers => json_content_type } @connection.put("/node/%{id}/properties" % {:id => get_id(id)}, ) end |