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.