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.
taskId
The id of the task.
statusId
The id of the task status.
order
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

