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.
Required Permissions
The user must be an admin or havetask-manage-config:write
permissions.Path parameters
taskBundleId
The id of the entity.
taskListTemplateId
The id of the task list.
taskTemplateId
The id of the task.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
order
The order of the task in the list.
Response
No Content