---
title: "Changes the base type for multiple tasks."
method: POST
path: "/tasks/changebasetypes"
tags: ["tasks"]
---

# Changes the base type for multiple tasks.

`POST /tasks/changebasetypes`

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

## Headers

- `Authorization` string, required

## Request body

- TasksChangeBaseTypesForm
  - `baseType` 'private' | 'projecttask', required — The type the tasks should be migrated to. Possible values are 'private' or 'projecttask'.
  - `entityId` string, uuid, required — 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` string[], required — The list of task ids.

## Response `207`

Multi-Status

- TasksPostTasksChangeBaseTypesResponse207 — Empty response body

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.dev/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/revisions/a13e7c704262/schema)
