PATCH
/
notebooks
/
{notebook_id}
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Path Parameters

notebook_id
string<uuid>
required

Body

application/json
name
string | null
description
string | null
compute_type
enum<string> | null
Available options:
mini-compute,
small-compute,
standard,
high-mem,
t4,
t4x4
content
object | null
last_session_id
string<uuid> | null
pipeline_id
string<uuid> | null

Response

Successful Response

The response is of type any.