POST/projects/{id}/notebooks.json

Create a Single Notebook

Creating a notebook under a project by passing in the id.

Please note:

Content must be valid XHTML You not not need to include , or tags

Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      notebook
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "1",
      "notebookId": "1",
      "STATUS": "OK"
    }