Updates the order of a task in a task list.

To update the order of tasks in a project task list, the user needs manage permissions on the project-planning-data feature.

Path parameters

projectIdUUIDRequired

The id of the project.

taskListIdUUIDRequired

The id of the task list.

taskIdUUIDRequired

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

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.