长期记忆(旧)
UpdateMemory - Update a Memory
Update the description of a specified long-term memory.
cURL
Copy
curl --request PUT \
--url 'https://bailian.{regionId}.aliyuncs.com/{workspaceId}/memories/{memoryId}' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "关于 B 用户的长期记忆体"
}
'Copy
{
"requestId": "6a71f2d9-f1c9-913b-818b-11402910xxxx"
}