Updates the order of a task template in a task list template.

To update the order of tasks in a project task list, the user needs manage permissions on the project-planning-data feature. <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 entity.
taskListTemplateIdstringRequiredformat: "uuid"
The id of the task list.
taskTemplateIdstringRequiredformat: "uuid"
The id of the task.

Request

The model used to update the order of the task template in the task list template with the specified id.
orderdouble or nullOptional
The order of the task in the list.

Response

No Content