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

Adds the task templates to the task list template with the specified id. <Check title="Required Permissions">The user must be an admin or have `task-manage-config:write` permissions.</Check>

Path parameters

taskBundleIdstringRequiredformat: "uuid"
The id of the task bundle.
taskListTemplateIdstringRequiredformat: "uuid"
The id of the task list template.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The ids of the task templates to add to the list.
taskTemplateIdstringOptionalformat: "uuid"
The id of the task template.
orderdouble or nullOptional
The order of the task template, unique within the task list template.

Response

OK
idstringformat: "uuid"
The id of the list to move the task to or to change the order for.
orderdouble or null
The order of the task in the list. If null, the task is moved to the end of the list.