forgotten_memory_ids so your UI can update the corresponding memory rows.
Path Parameters
Project ID
Conflict ID
Request Body
Resolution strategy. Each strategy fits a particular conflict shape:
| Strategy | What it does | Memories forgotten |
|---|---|---|
keep_memory | Keep one memory from the conflict set; drop the rest. Requires keep_memory_id. Typical for memory-vs-memory. | The memories not chosen |
trust_memory | Keep the memory and treat the file-side disagreement as resolved. Typical for memory-vs-document. | None |
trust_document | Drop the conflicting memory in favor of the document. Typical for memory-vs-document. | The conflicting memory |
dismiss | Mark as resolved without changing any memories — use when the conflict is a false alarm. | None |
The
memory_id to keep. Required when strategy is keep_memory; ignored otherwise.