apoc.create.setRelProperty
Procedure
apoc.create.setRelProperty( [rel,id,ids,rels], key, value) - sets the given property on the relationship(s)
Signature
apoc.create.setRelProperty(relationships :: ANY?, key :: STRING?, value :: ANY?) :: (rel :: RELATIONSHIP?)