Updates a task list template.
<Check title="Required Permissions" icon="key">The user must be an admin or have `task-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskBundleId
The id of the task bundle.
taskListTemplateId
The task List Template Id.
Request
The task List Bundle Put form.
name
The name of the list.
isHiddenForConnectUsers
True if the task in this list will be not visible for external workspace users.
False otherwise.
If null, no change will be made.
order
The order of the list.
Response
OK
id
The id of the task list.
createdOn
The date this task list was created.
createdBy
The id of the user who created this task list.
updatedOn
The date this task list was last modified.
updatedBy
The id of the user who last modified this task list.
name
The name of the list.
order
The order of the list.
plannedDuration
The planned duration for this task list, in seconds.
totalPlannedDuration
The total planned duration for this task list, including all primary tasks (parent tasks which have this tacklist as PrimaryTaskListId), in seconds. Calculated: sum PlannedDuration of primary tasks in list Archived task lists are not included in the calculation.
totalPlannedDurationWithHierarchy
The total planned duration for this task list, including all primary tasks (parent tasks which have this task list as PrimaryTaskListId), in seconds. Calculated: max(PlannedDuration, sum TotalPlannedDurationWithHierarchy of primary tasks in list) Archived task lists are not included in the calculation.
isArchived
Whether the task list has been archived.
isHiddenForConnectUsers
True if the task in this list will be not visible for external workspace users.
False otherwise.

