Adds the task templates to the task list template with the specified id.

POST

Adds the task templates to the task list template with the specified id.

Required Permissions: The user must be an admin or have task-manage-config:write permissions.

Path parameters

taskBundleIdstringRequired
The id of the task bundle.
taskListTemplateIdstringRequired
The id of the task list template.

Request

This endpoint expects a list of objects.
taskTemplateIdstringOptional
The id of the task template.
orderdoubleOptional
The order of the task template, unique within the task list template.

Response

This endpoint returns a list of objects
idstring
The id of the list to move the task to or to change the order for.
orderdoubleOptional
The order of the task in the list. If null, the task is moved to the end of the list.