v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskDependencies

Creates a new task dependency.

<Check title="Required Permissions" icon="key">To create a task dependency, the user needs to be the assignee of both tasks or have ProjectPlanning permissions in general or in the project the tasks are related to.</Check>

post/taskdependencies

Headers

Authorizationstring required

Bearer authentication

Request body

predecessorIdstring uuid

The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.

successorIdstring uuid

The Id of the successor. A task can have multiple successors through multiple dependency relationships.

Response

OK

predecessorIdstring uuid

The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.

successorIdstring uuid

The Id of the successor. A task can have multiple successors through multiple dependency relationships.

idstring uuid

The id of the task dependency.

createdOnstring date-time

The date this task dependency was created.

createdBystring uuid

The id of the user who created this task dependency.

updatedOnstring date-time

The date this task dependenc was last modified.

updatedBystring uuid

The id of the user who last modified this task dependency.