cURL
curl --request PUT \ --url https://api.example.com/memories/{id} \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "tags": [ "<string>" ], "importance": 123, "source_context": {} } '
{ "id": 123, "content": "<string>", "source": "<string>", "source_context": {}, "tags": [ "<string>" ], "importance": 123, "frame_id": 123, "created_at": "<string>", "updated_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.screenpi.pe/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt
Use this file to discover all available pages before exploring further.
OK
Was this page helpful?