Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Organization ID
Body
application/json
Notebook object
A notebook within a workspace. A notebook contains cells which can be executed.
The content of a notebook. JSON representation of a Spin notebook. When a notebook is stored as a file, this is the content of the file.
Response
200 - application/json
OK
A notebook within a workspace. A notebook contains cells which can be executed.
The content of a notebook. JSON representation of a Spin notebook. When a notebook is stored as a file, this is the content of the file.