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 have task-manage-config:write permissions.

Path parameters

taskBundleIdUUIDRequired
The id of the entity.
taskListTemplateIdUUIDRequired
The id of the task list.
taskTemplateIdUUIDRequired
The id of the task.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
orderdouble or nullOptional
The order of the task in the list.

Response

No Content