v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskBundles

Adds task templates to a task list template.

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

post/taskbundles/{taskBundleId}/tasklisttemplates/{taskListTemplateId}/addtasktemplates

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

taskListTemplateIdstring uuid required

The task List Template Id.

Headers

Authorizationstring required

Bearer authentication

Request body

taskTemplateIdstring uuid

The id of the task template.

ordernumber double nullable

The order of the task template, unique within the task list template.

Response

OK

idstring uuid required

The id of the list to move the task to or to change the order for.

ordernumber double nullable

The order of the task in the list. If null, the task is moved to the end of the list.