update_relationship_type

mutationSeit v1.0

Update an existing relationship type: rename, recolor, change description, or add new properties. Applied immediately and broadcast to all connected users.

Beispielanfrage

{"relationship_type": "depends_on", "set_name": "requires", "set_color": "#005573", "add_properties": [{"name": "strength", "data_type": "String"}]}

Beispielantwort

{"success": true, "operation_count": 1, "versions": [46]}