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
Request Examples
Example Request
POST
/projects/{id}/notebookCategories.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}