Set a task as waiting on or blocking another task.
Use the depends_on
parameter in the request body to specify the task that must be completed before the task in the path parameter.
Use the dependency_of
parameter in the request body to specify the task that's waiting for the task in the path parameter to be completed.
You can only use one per request.
{- "depends_on": "9hw"
}
{ }