Skip to main content
PATCH
Move task to a different parent

Authorizations

api_access_token
string
header
required

Path Parameters

pipeline_id
string<uuid>
required
id
string<uuid>
required

Body

application/json
new_parent_id
string<uuid> | null

New parent task ID (null to make it a root task)

new_position
integer

Optional position in the new parent's subtasks

Response

Task moved successfully