Bulk Move Memories
Move a bounded selection of memories into another space.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Move selected memories from one space into another.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/bulk/move" \ -H "Content-Type: application/json" \ -d '{ "selection": {}, "target_space_id": "string" }'{ "moved_count": 0, "failed_count": 0, "source_space_id": "string", "target_space_id": "string", "index_updated_count": 0, "index_repair_needed": false, "message": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}