move_to_folder
mutationSince v1.0Move model elements into a folder (or to root by omitting folder_id). Supports nodes, relationships, node types, relationship types, diagrams, and folders. Applied immediately.
Example Request
{"items": [{"item_type": "node", "item_id": "uuid-or-REQ-1", "folder_id": "folder-uuid"}, {"item_type": "diagram", "item_id": "diagram-uuid"}]}Example Response
{"success": true, "operation_count": 2, "versions": [58, 59]}