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.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

taskListIdUUIDRequired

The id of the task list.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
projectIdUUIDRequired

The id of the project the list will be moved to.

taskStatusMappinglist of objectsRequired

The task status mapping from old task status to new task status.

Response

OK