Changes statuses of tasks.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

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

Multi-Status

Errors

400
Bad Request Error