Update an existing memory
curl --request PUT \ --url https://v2.api.supermemory.ai/update/{id} \ --header 'Content-Type: application/json' \ --data '{ "content": "<string>", "metadata": {}, "spaceIds": [ "<string>" ] }'
{ "id": "<string>", "status": "<string>" }
Show child attributes
Was this page helpful?