v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Tasks

Merge Tasks

Merge multiple tasks into a target task. The target task is specified by the task_id parameter, while the source tasks to be merged are provided in the request body. Custom Task IDs are not supported.

post/v2/task/{task_id}/merge

Path parameters

task_idstring required
Example:9hv

ID of the target task that other tasks will be merged into.

Request body

source_task_idsstring[] required

Array of task IDs to merge into the target task.

Example request

{
  "source_task_ids": [
    "abc123",
    "def456"
  ]
}

Response

Tasks merged successfully