Projects
Update a project
Updates static website sharing and viewer API access settings for a project. API access can be enabled only when sharing is already enabled or is enabled in the same request. Disabling sharing also disables API access. This settings-only patch does not create a project content version.
patch/projects/{projectId}
Path parameters
projectIdstring uuid required
Request body
object required
Response
Project updated
Example response
{
"project": {
"staticFiles": {
"sharingEnabled": true,
"url": "https://deepnote.com/static-files/61a8d92e-aa72-4f2e-8dce-cb78e10ecf7c/"
}
}
}