Edit a user memory
PATCH /v1/memory/:id — Edit `statement`, `fact_type`, or `tickers` on a `source=user_manual` memory. Other source values return 403 — agent-aut
PATCH /v1/memory/:id
Edit statement, fact_type, or tickers on a source=user_manual memory. Other source values return 403 — agent-authored facts are immutable from the gateway.
| Method | PATCH |
| Path | /v1/memory/:id |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |
Request body
{ "statement": "I do not trade pre-launch meme coins." }Response body
{ "ok": true, "updated": true }