Skills · Memories
Update a memory
Patches one memory in mem0. At least one of memory / metadata must be supplied. Requires manage permission on the skill. Pass ?updateMask=<csv> (AIP-134) to restrict the write to specific top-level fields; an absent mask preserves the legacy “write every body field” behaviour.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
Example:
42
Opaque memory id as returned by the list / search endpoints.
Example:
"mem_01HRQX...ABC"
Query Parameters
AIP-134 comma-separated field paths to update.
Example:
"memory,metadata"
Body
application/json