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 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
Requires Bearer
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.
Response
200
application/json
Memory blob updated successfully.
Represents a memory blob as returned by Create/Update operations (content is not included).