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.
baseType
The type the tasks should be migrated to.
Possible values are 'private' or 'projecttask'.
Allowed values:
entityId
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'.
taskIds
The list of task ids.
Response
No Content

