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
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The form to change the lists of tasks.
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.