PUT/tasks/{taskId}/copy.json
Copy a Task from one Project to Another
Copy a task from one project to another by passing in the new project and task list you want to copy it over to.
Path Params
- Name
taskId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK",
"affectedTaskIds": "4"
}