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.
tags array replaces the existing tags entirely.
Bearer token authentication using your Developer JWT.JWT token obtained via /auth/token endpoint.
The unique ID of the memory blob to update.
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.
Memory blob updated successfully.