Changes statuses of tasks.

POST

Changes statuses of several tasks.

Required Permissions: The required permissions depend on the base type of the task. If the task is a project task, write permissions on the project-planning-data feature are required. For a user’s private task, no special permissions are required.
Returns 204 NoContent if all tasks have been changed successfully. Returns 207 MultiStatus if at least one task could not be changed, including the reasons.

Request

This endpoint expects a list of objects.
taskIdstringRequired
The id of the task.
statusIdstringRequired
The id of the task status.
orderdoubleOptional
The order of the status int the new task status. The task is appended to the end if the Order is not set.