Changes statuses of tasks.

Changes statuses of several tasks. <Check><b>Required Permissions</b>: 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.</Check><Info> 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.</Info>

Headers

AuthorizationstringRequired

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

Request

The model to change statuses.
taskIdstringRequiredformat: "uuid"
The id of the task.
statusIdstringRequiredformat: "uuid"
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