Skip to main content
POST
Compile notebook

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string
required

Workspace ID

notebook_id
string
required

Notebook ID

Query Parameters

org_id
string
required

Organization ID

runtime_id
string

Runtime ID

mode
string

Mode (edit or run)

phase
string

Phase (preprocess or compile)

Body

application/json

Compile request

content
object

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.

emit_to_stdout
boolean
end_index
integer
loop_id
string
request_id
string
start_index
integer

Response

OK