POST/tasks/{id}.json
Create a Sub Task
For the specified task, creates a sub task.
Path Params
- Name
id
- Type
- string
- required
- Description
Request Examples
Example Request
POST
/tasks/{id}.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": 1234,
"STATUS": "OK"
}