Skip to main content
PUT
/
api
/
v1
/
notebooks
/
{notebook_id}
Update Notebook Endpoint
curl --request PUT \
  --url https://api.cognee.ai/api/v1/notebooks/{notebook_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

notebook_id
string<uuid>
required

Body

application/json
name
string | null
required
cells
NotebookCell · object[] | null

Response

Successful Response