Preview a Memory history correction
Inspect the exact EVOLVES pair and bind a desired semantic state to its current topology. This never mutates raw edges or Memory visibility fields.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/memories/evolves/revision/preview" \ -H "Content-Type: application/json" \ -d '{ "decision": "string", "memory_ids": [ "string" ] }'{ "authoritative_memory_id": "string", "can_apply": true, "current_edges": [ { "confidence": 0.1, "detected_by": "string", "from_memory_id": "string", "reason": "string", "relation": "string", "reviewed": true, "to_memory_id": "string" } ], "decision": "string", "memories": [ { "created_at": null, "id": "string", "is_latest": true, "lifecycle_state": "string", "space_id": "string", "title": "string" } ], "memories_preserved": true, "plan_id": "string", "target_relation": "string"}Empty
Empty