Skip to main content
PATCH
Update an existing Nucleus memory

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Body

application/json

PATCH payload for updating a memory's subject or content. The target memory ID is passed in the JSON body as memoryId, not the URL path.

memoryId
string<uuid>
required
subject
string

New subject. Trimmed before save. At least one of subject or content must be present.

Required string length: 1 - 200
content
string

New content. Trimmed before save.

Required string length: 1 - 2000

Response

Memory updated

success
boolean
required