update_relationships
mutationSince v1.0Update labels, descriptions, or properties on existing relationships. Applied immediately and broadcast to all connected users. Relationship IDs accept both UUIDs and auto-IDs (e.g., "CON-5").
Example Request
{"updates": [{"relationship_id": "uuid-or-CON-5", "set_label": "new label", "set_properties": {"weight": "5"}, "remove_properties": ["old_prop"]}]}Example Response
{"success": true, "operation_count": 1, "versions": [44]}