v1
latestOpenAPI 3.1.02026-07-26751285.0 KBmemory
Update a memory
Update a specific memory for an agent
patch/api/memory/{agentId}/memories/{memoryId}
Path parameters
agentIdstring uuid required
ID of the agent
memoryIdstring uuid required
ID of the memory to update
Request body
object required
Memory update data
Response
Memory updated successfully
Example response
{
"success": true
}