post https://app.asana.com/api/1.0/tasks//addDependents
Marks a set of tasks as dependents of this task, if they are not already dependents. A task can have at most 30 dependents and dependencies combined.
Responses
Marks a set of tasks as dependents of this task, if they are not already dependents. A task can have at most 30 dependents and dependencies combined.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/tasks/task_gid/addDependents \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {}
}