Request
The task Dependency form payload.
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
predecessorIdstringformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstringformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
idstringformat: "uuid"
The id of the task dependency.
createdOnstringformat: "date-time"
The date this task dependency was created.
createdBystringformat: "uuid"
The id of the user who created this task dependency.
updatedOnstringformat: "date-time"
The date this task dependenc was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this task dependency.