POST/projects/{id}/notebookCategories.json

Creating Notebook Categories

A new category will be created and attached to your specified project ID.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      category
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }