Path parameters
taskBundleIdstringRequiredformat: "uuid"
The id of the task bundle.
Request
The model describing the task dependency template to create.
predecessorTemplateIdstringOptionalformat: "uuid"
The id of the predecessor task template.
successorTemplateIdstringOptionalformat: "uuid"
The id of the successor task template.
Response
OK
idstringformat: "uuid"
The id of the entity.
createdOnstringformat: "date-time"
The date this entity was created.
createdBystringformat: "uuid"
The id of the user who created this entity.
updatedOnstringformat: "date-time"
The date this entity was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this entity.
predecessorTemplateIdstringformat: "uuid"
The id of the predecessor task template.
successorTemplateIdstringformat: "uuid"
The id of the successor task template.