MINARA

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.

MethodPATCH
Path/v1/memory/:id
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorypersonalization

Request body

{ "statement": "I do not trade pre-launch meme coins." }

Response body

{ "ok": true, "updated": true }

On this page