Changes the type of work for a batch of 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 Types form payload.
typeOfWorkIdstringRequiredformat: "uuid"
The id of the task type.
taskIdslist of stringsRequired
The list of task ids.
changeTimeEntriesbooleanOptional
Whether the related time entries should be moved to the same type of work.

Response

No Content

Errors