v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskLists

Adds the tasks to the task list with the specified id.

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

post/projects/{projectId}/tasklists/{taskListId}/addtasks

Path parameters

projectIdstring uuid required

The id of the project.

taskListIdstring uuid required

The id of the task list.

Headers

Authorizationstring required

Bearer authentication

Request body

taskIdstring uuid required

The task id added to the list.

ordernumber double nullable

The order of the task in 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.