Changes statuses of tasks.

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.

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.

statusIdUUIDRequired

The id of the task status.

orderdouble or nullOptional

The order of the status int the new task status. The task is appended to the end if the Order is not set.

Response

No Content