Update Memory
Memory Management
Update Memory
Update specific fields of an existing memory blob. Requires user’s ID and Memory Key. Only include fields to be modified in the request body.
PATCH
Update Memory
Update specific fields of an existing memory blob. Requires the user’s ID and Memory Key for verification and potential re-encryption.
Only include fields in the request body that you wish to modify. Sending a
tags array replaces the existing tags entirely.
Authorization
RequiresBearer token authentication using your Developer JWT.Authorizations
JWT token obtained via /auth/token endpoint.
Path Parameters
The unique ID of the memory blob to update.
Body
application/json
Only include fields you wish to update.
User's unique ID (required for identification).
User's memory key (required for verification/encryption).
New memory content (plaintext or pre-encrypted).
Replaces existing tags entirely with this list.
Response
Memory blob updated successfully.