v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
tasks

Changes the base type for multiple tasks.

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

post/tasks/changebasetypes

Headers

Authorizationstring required

Bearer authentication

Request body

baseType'private' | 'projecttask' required

The type the tasks should be migrated to. Possible values are 'private' or 'projecttask'.

entityIdstring uuid required

The id of the entity. The id of the project if the base type is 'projecttask' or the id of the user if the base type is 'private'.

taskIdsstring[] required

The list of task ids.

Response

Multi-Status

TasksPostTasksChangeBaseTypesResponse207 required

Empty response body