记忆片段
更新记忆
修改已有记忆片段的内容
cURL
Copy
curl --request PATCH \
--url 'https://dashscope.aliyuncs.com/api/v2/apps/memory/memory_nodes/{memory_node_id}' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"custom_content": "<string>"
}
'