Skip to main content
POST
/
api
/
v1
/
context
/
memory
/
update

Authorizations

Authorization
string
header
required

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

Body

application/json
memoryId
string

The ID of the memory to update

contents
object[]

Array of updated content objects

Response

Memory context updated successfully