Changes the base type for multiple tasks.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Request

The tasks Change Base Types form payload.
baseTypeenumRequired
The type the tasks should be migrated to. Possible values are 'private' or 'projecttask'.
Allowed values:
entityIdstringRequiredformat: "uuid"
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'.
taskIdslist of stringsRequired
The list of task ids.

Response

No Content

Errors