POST/projects/{id}/notebooks.json
Create a Single Notebook
Creating a notebook under a project by passing in the id.
Checkout our Teamwork.com code sample repo on GitHub for a create a notebook code sample
Please note:
Content must be valid XHTML You not not need to include , or tagsPath Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "1",
"notebookId": "1",
"STATUS": "OK"
}