Skip to main content
PATCH
Update Memory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

memory_id
string
required

Memory ID to update

Query Parameters

db_id
string | null

Database ID to use for update

Body

application/json

Define the payload expected for creating a new user memory

memory
string
required
user_id
string | null
topics
string[] | null

Response

Memory updated successfully

memory_id
string
required
memory
string
required
topics
string[] | null
required
agent_id
string | null
required
team_id
string | null
required
user_id
string | null
required
updated_at
string<date-time> | null
required