cURL
curl --request PUT \ --url https://ragapi.sno.ai/v1/update/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "content": "<string>", "metadata": {}, "spaceIds": [ "<string>" ] }'
{ "id": "<string>", "status": "<string>" }
Update an existing memory
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Memory updated successfully
The response is of type object.
object