Changes the lists of tasks.

POST

Adds tasks to lists, removes them and reorders tasks within lists.

Required Permissions: Any authenticated user.

Request

This endpoint expects a list of objects.
taskIdstringRequired

The id of the task to change.

taskListslist of objectsRequired

The lists the task should be moved to.

Response

Success

taskIdstring

The id of the task to change.

taskListslist of objects

The lists the task should be moved to.