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.

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

Path parameters

taskBundleIdUUIDRequired

The id of the task bundle.

taskListTemplateIdUUIDRequired

The id of the task list template.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of objects.
taskTemplateIdUUIDOptional

The id of the task template.

orderdouble or nullOptional

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

Response

OK

idUUID

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

orderdouble or nullOptional

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