Changes the project of the task list with the specified id.
This endpoint also moves all tasks and time entries to the new project.
            This will also change the tracked time sum of the old and new projects.
            The task status mapping will move all tasks of a certain status to the new provided status on the mapping.
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
projectId
The id of the project.
taskListId
The id of the task list.
Request
The model to change the project of the task list.
projectId
The id of the project the list will be moved to.
taskStatusMapping
The task status mapping from old task status to new task status.
Response
OK

