v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
tasks

Updates the order of a task within its list.

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

post/tasks/{taskId}/updateorder

Path parameters

taskIdstring uuid required

The id of the task.

Headers

Authorizationstring required

Bearer authentication

Request body

ordernumber double nullable

The order of the list.

Response

OK

idstring uuid required

The id of the list to move the task to or to change the order for.

ordernumber double nullable

The order of the task in the list. If null, the task is moved to the end of the list.