Changes the lists of tasks.
Adds tasks to lists, removes them and reorders tasks within lists.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of objects.
taskId
The id of the task to change.
taskLists
The lists the task should be moved to.
Response
OK
taskId
The id of the task to change.
taskLists
The lists the task should be moved to.