v24

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012843108.3 KB
Memories

Update Memory

Update a memory's content, visibility, tags, or category.

  • memory_id: The ID of the memory to update
  • content: New content for the memory (optional)
  • visibility: New visibility: public or private (optional)
  • tags: New tags for the memory (optional)
  • category: New category for the memory (optional)
patch/v1/dev/user/memories/{memory_id}

Path parameters

memory_idstring required

Request body

category'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
contentstring nullable

New content for the memory

tagsstring[] nullable

New tags for the memory

visibilitystring nullable

New visibility: public or private

Response

Successful Response

category'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
contentstring
created_atstring date-time nullable
editedboolean
idstring required
manually_addedboolean
reviewedboolean
scoringstring nullable
tagsstring[]
updated_atstring date-time nullable
user_reviewboolean nullable
visibilitystring nullable