update_node_type
mutationSince v1.0Update an existing node type: rename, recolor, change description, or add new properties. Applied immediately and broadcast to all connected users.
Example Request
{"node_type": "Feature", "set_name": "Capability", "set_color": "#ff8200", "add_properties": [{"name": "owner", "data_type": "String"}]}Example Response
{"success": true, "operation_count": 1, "versions": [45]}