Updates the order of a task within its list.
<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.
Path parameters
taskId
The id of the task.
Request
The update Order form payload.
order
The order of the list.
Response
OK
id
The id of the list to move the task to or to change the order for.
order
The order of the task in the list.
If null, the task is moved to the end of the list.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

