6.6. Relationship properties

6.6.1. Update relationship properties

6.6.1. Update relationship properties

Example request

  • PUT http://localhost:7474/db/data/relationship/0/properties
  • Accept: application/json
  • Content-Type: application/json
{
  "jim" : "tobias"
}

Example response

  • 204: No Content