/tasks/{task_gid}/addDependenciesSet dependencies for a task
Adds the specified tasks as dependencies of a task without changing dependencies that are already present. Supply the dependencies array with task identifiers, and keep the task's combined dependents and dependencies at no more than 30. The operation requires the tasks:write scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The dependency update payload containing task identifiers to add as dependencies.
A 400 is returned when the body is missing or malformed, including an invalid dependencies value. A 401 is returned when the authenticated user does not provide a valid authentication token, a 402 when the requested mutation exceeds the current premium level, and a 403 when the authenticated user lacks access or the tasks:write scope. A 404 is returned when the task or a referenced object does not exist, and a 500 indicates a server error.