Update Memory
Update memory properties like importance, title, and content.
curl -X PATCH "http://127.0.0.1:14242/memories/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"title": "string",
"content": "string",
"source": "string",
"time": "string",
"rating": 0,
"label_ids": [
"string"
],
"is_favorite": false,
"source_thread": {
"id": "string",
"title": "string"
},
"confidence": 0,
"metadata": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}