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.
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.

Built with