Convert subtasks to a parent task.

Convert subtasks to a parent task. If list ids are not provided it will keep the same lists as the old parent task, placing the task as last item in the lists. If multiple list ids are provided per task, the lists will be overwritten with the lists provided. In this case, if an order is not provided, it will be put as the last item in the list. <Check title="Required Permissions">Any authenticated user.</Check>

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The model used to change a subtask.
listIdstring or nullOptionalformat: "uuid"
orderdouble or nullOptional
taskIdstringOptionalformat: "uuid"

Response

OK

Errors