v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskDependencyTemplates

Creates a task dependency template for two task templates of the given task bundle.

<Check title="Required Permissions" icon="key">The user must be an admin or have task-manage-config:write permissions.</Check>

post/taskbundles/{taskBundleId}/taskdependencytemplates

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

Headers

Authorizationstring required

Bearer authentication

Request body

predecessorTemplateIdstring uuid

The id of the predecessor task template.

successorTemplateIdstring uuid

The id of the successor task template.

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

predecessorTemplateIdstring uuid

The id of the predecessor task template.

successorTemplateIdstring uuid

The id of the successor task template.