Skip to main content
PATCH
Edit a core memory entry

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

identifier
string
required

Assistant identifier

entryId
string
required

Entry id within the bucket

Query Parameters

tenantId
string
subtenantId
string
userUID
string

Whose bucket to address when the assistant's memory owner is per-user (owner: "user"), ignored otherwise. Administrator principals — API keys among them — may name any user of the account, which is how an integration serves each of its end users; a person's own token always resolves to its own bucket.

Body

application/json
content
string

New entry text

section
string

Move the entry to another section

pinned
boolean

Pin or unpin the entry

Response

Success