Method: Neography::Rest::RelationshipAutoIndexes#set_relationship_auto_index_status

Defined in:
lib/neography/rest/relationship_auto_indexes.rb

#set_relationship_auto_index_status(value = true) ⇒ Object



33
34
35
36
37
38
39
# File 'lib/neography/rest/relationship_auto_indexes.rb', line 33

def set_relationship_auto_index_status(value = true)
  options = {
    :body => value.to_json,
    :headers => json_content_type
  }
  @connection.put("/index/auto/relationship/status", options)
end