Changes the lists of tasks.

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

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of objects.
taskIdUUIDRequired

The id of the task to change.

taskListslist of objectsRequired

The lists the task should be moved to.

Response

OK

taskIdUUID

The id of the task to change.

taskListslist of objects

The lists the task should be moved to.