Changes the type of work for a batch of tasks.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

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

Multi-Status

Errors

400
Bad Request Error