Creates a new task dependency.

<Check><b>Required Permissions</b>: 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>

Authentication

AuthorizationBearer

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

Request

The model used to create a task dependency.
predecessorIdstringOptionalformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstringOptionalformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.

Response

OK
predecessorIdstring or nullformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstring or nullformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
idstring or nullformat: "uuid"
The id of the task dependency.
createdOnstring or nullformat: "date-time"
The date this task dependency was created.
createdBystring or nullformat: "uuid"
The id of the user who created this task dependency.
updatedOnstring or nullformat: "date-time"
The date this task dependenc was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this task dependency.