patch
HTTP Request
PATCH /api/v1/notebooks/:notebookReferencePath parameters
Parameter
Request body
Property name
Type
Description
Authorization
Response body
Was this helpful?
PATCH /api/v1/notebooks/:notebookReferencetransformReference
A qualified reference to the notebook. See referencing resources for more information.
This endpoint extends the general API structure
Provide a JSON object with information about the notebook.
name
string
The updated name of the notebook. Must be unique (non-word characters ignored) within the workflow.
sourceTable
string
The qualified reference for the notebook's new source table.
Edit access to the corresponding workflow is required. Your access token must have the following scope:
workflow.edit
Learn more about authorization.
Returns the JSON-encoded "get" representation of a notebook resource.
Was this helpful?
Was this helpful?

