Changes the lists of tasks.

Adds tasks to lists, removes them and reorders tasks within lists. <Check title="Required Permissions">Any authenticated user.</Check>

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The form to change the lists of tasks.
taskIdstringRequiredformat: "uuid"
The id of the task to change.
taskListslist of objectsRequired
The lists the task should be moved to.

Response

OK
taskIdstringformat: "uuid"
The id of the task to change.
taskListslist of objects
The lists the task should be moved to.