neo4j_update
Update properties on nodes identified by label and matching properties. Apply new property values to matched nodes.
Instructions
Update properties on nodes matching label + match_properties.
Args: label: Node label to match. match_properties: Properties to identify the node(s). update_properties: Properties to set/update on matched nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| match_properties | Yes | ||
| update_properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |