API Reference
cURL
curl --request PUT \ --url https://api.example.com/api/memory/{memory_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "keywords": [ "<string>" ], "tags": [ "<string>" ], "category": "<string>", "metadata": {} } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Updated memory content
Updated memory keywords
Updated memory tags
Updated memory category
Updated memory metadata
Successful Response
The response is of type Response Update Memory Api Memory Memory Id Put · object.
Response Update Memory Api Memory Memory Id Put · object