Parameters
UUID
required
The memory ID to update.
string
required
Updated memory content. Behavior depends on
merge_strategy.string
How the update should be applied. Defaults to
smart-merge.string
Optional new document type to associate with the memory.
object
Optional updated metadata. Merged with existing metadata.
Returns
The updatedMemory object, same shape as the response from memories.get.
Example
Raises
SynapAuthError: when the API key is missing or invalid.SynapNotFoundError: when thememory_iddoes not exist or is outside the caller’s scope.SynapValidationError: whenmerge_strategyordocument_typeis not a recognized value.