PUT/tasks/{taskId}/move.json
Move a Task from one Project to Another
Move a task from one project to another by passing in the new project and task list you want to move it 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"
}