Updates the order of a task within its list.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The update Order form payload.
orderdouble or nullOptional
The order of the list.

Response

OK
idstringformat: "uuid"
The id of the list to move the task to or to change the order for.
orderdouble or null
The order of the task in the list. If null, the task is moved to the end of the list.

Errors