v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBTasks
Move a task to a new List
Move a task to a new List. For Tasks in Multiple Lists, this endpoint only moves the task to a new home List.
Learn more about the options available when moving a task to a new List.
put/api/v3/workspaces/{workspace_id}/tasks/{task_id}/home_list/{list_id}
Path parameters
workspace_idinteger required
The ID of the Workspace.
task_idstring required
The ID of the requested Task.
list_idstring required
The ID of the List to move the task to.
Request body
Response
Example response
{
"data": {
"task_id": "123",
"new_list_id": "123"
}
}