PUT
/
update
/
{id}
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>"
}

Authorizations

Authorization
string
header
required

Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Memory updated successfully

The response is of type object.