Skip to main content
PATCH
/
api
/
v1
/
update
Update
curl --request PATCH \
  --url https://api.cognee.ai/api/v1/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'data=<string>' \
  --form node_set= \
  --form data.items='@example-file'
{
  "error": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

data_id
string<uuid>
required
dataset_id
string<uuid>
required

Body

multipart/form-data
data
file[]
node_set
string[] | null

Response

Successful Response