Changes statuses of tasks.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Request

The change Status form list.
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

Errors