Update an existing Nucleus memory
Nucleus
Update an existing Nucleus memory
Updates subject and/or content on an existing memory. The target memory’s ID is passed in the JSON body as memoryId (NOT in the URL path, this endpoint operates on the collection root, mirroring the contacts pattern). At least one of subject or content must be present.
Returns { success: true } on success.
PATCH
Update an existing Nucleus memory
Authorizations
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.
Response
Memory updated

